Bug 1036434 - In-content preferences doesn't show the complete scrollbar, r=gijs

This commit is contained in:
Ian Moody 2015-01-24 13:50:00 +00:00
parent 20e28fa4ac
commit 91bec13976

View File

@ -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");
}