mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1036434 - In-content preferences doesn't show the complete scrollbar, r=gijs
This commit is contained in:
parent
20e28fa4ac
commit
91bec13976
@ -25,6 +25,14 @@ treecol {
|
||||
|
||||
/* Category List */
|
||||
|
||||
#categories {
|
||||
max-height: 100vh;
|
||||
}
|
||||
|
||||
#categories > scrollbox {
|
||||
overflow-x: hidden !important;
|
||||
}
|
||||
|
||||
.category-icon {
|
||||
list-style-image: url("chrome://browser/skin/preferences/in-content/icons.png");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user