-
Notifications
You must be signed in to change notification settings - Fork 14
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
Show Menu when application is in full screen and mouse is moved to the top #164
Comments
Good idea. But I currently have no clue how to implement this. |
Menu currently has set:
A full screen browser window has:
So the first step would be to find a way to make the Menu appear on top of the full screen application (z-stacking order). Then, we would need to check whether any application is full-screen, and set the menu to transparent unless the mouse touches the top area of the screen on which the Menu is. |
It seems that the |
Strangely, even when we also set |
Adding the following to
So if anyone has any idea, please let me know. |
Interestingly, ksnip and the Menu seach box manage to be above even fullscreen. How? |
When the application is in full screen, the top menu is not displayed when the mouse is moved to the top.
The text was updated successfully, but these errors were encountered: