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:
parent
f0c578effa
commit
8f065d9f1f
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@
|
|||
appearance: none;
|
||||
margin: 0;
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
scrollbar-width: thin;
|
||||
padding: 5px 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue