-
Notifications
You must be signed in to change notification settings - Fork 0
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
Menu Bar adds to window content height causing scrollbar #1
Comments
From the partly visible application bar I assume you're running it on a Mac, are you? I didn't test this target as of yet simply because this library aims at Windows & Linux. |
No, it's Linux with some WM theme from https://www.xfce-look.org/browse?cat=138&ord=rating Thank you very much! I like NeutralinoJS, and a nice looking MenuBar is very useful to have. |
Ah it's Linux! It's interesting, the last time I've tested this on Linux it was working. This time the scrollbar also appeared over here. By the way, nice to hear that the library is useful to you. Thanks! |
Yes, it works. It seems that this (in my css file) works as well:
TY! |
Using menubar adds extra space to window contents height causing the vertical scrollbar to appear, even if the window content is small and no scrollbar would be shown normally. I tried to play with
![menubar_space](https://private-user-images.githubusercontent.com/131152931/386600382-409fd0a8-e093-446f-ae5e-7615602bea08.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNzE5MzQsIm5iZiI6MTczOTA3MTYzNCwicGF0aCI6Ii8xMzExNTI5MzEvMzg2NjAwMzgyLTQwOWZkMGE4LWUwOTMtNDQ2Zi1hZTVlLTc2MTU2MDJiZWEwOC5qcGc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQwMzI3MTRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02OTg2NGQ4ZDBlNGVlZTMxNjY5YTgyOTBiYjA1YzZlMzFmODQ5MjE4MjBlOWRhOTdiZGJkOWRhNjkyZTM1YTRiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.QmpcFv8L0MhSv33ZiOqqJbLAmypilhW5wXZz12OSgek)
margin-top
,margin-bottom
etc., but couldn't correct this.The text was updated successfully, but these errors were encountered: