Fix sidebar items getting squashed

When the window height is small enough for the filters sidebar to have a
scroll bar.
This commit is contained in:
Oliver Hamlet
2016-06-08 06:54:17 +01:00
parent 17d4c0cedf
commit 11b1bcb47e
+2 -2
View File
@@ -71,13 +71,13 @@ div[drawer] > iron-pages {
#hiddenPlugins,
#hiddenMessages {
padding: 0 16px;
height: 48px;
min-height: 48px;
line-height: 48px;
}
#contentFilter,
#conflictsFilter {
padding: 0 16px;
height: 64px;
min-height: 64px;
}
/* Panel */