remove unnecessarry scrollbar in tabs menu on mac (#4123)

Make sure the vertical scrollbar does not occupy space
on mac when the menu is not scrollable even if
the "Show scroll bar" setting is "Always"

Fixes: #4121
This commit is contained in:
abaevbog 2024-05-15 05:42:06 -04:00 committed by GitHub
parent f0c578effa
commit 8f065d9f1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,6 @@
appearance: none;
margin: 0;
overflow-x: hidden;
overflow-y: scroll;
scrollbar-width: thin;
padding: 5px 0;