Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QuickSettings is overlapped by editor scrollbar #279

Closed
GameplayJDK opened this issue Feb 21, 2015 · 2 comments
Closed

QuickSettings is overlapped by editor scrollbar #279

GameplayJDK opened this issue Feb 21, 2015 · 2 comments

Comments

@GameplayJDK
Copy link

So, when I open the QuickSettings (by clicking the little gear in the top right of the minimap) and the scrollbar is visible, the little box that pops up is partially covered by the bar.

I havent't tested this on another OS that linux, but I'd assume it's the same on another system. As this is only another graphical enhancement it should be easy to change.

screenshot

@fundon
Copy link
Member

fundon commented Feb 21, 2015

Thanks for your report. Good catch!

@fundon
Copy link
Member

fundon commented Feb 21, 2015

Fixed in v4.3.1.

Or you can customize the styles:

minimap-quick-settings {
  position: absolute !important;
  z-index: 5;
}

@fundon fundon closed this as completed Feb 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants