try to get rid of vertical scroll

This commit is contained in:
David Benqué
2019-12-03 09:38:39 +00:00
parent 1da5e8ac3c
commit ee1371c8ba
3 changed files with 12 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
margin: -3px;
margin-bottom: 6px;
max-height: 130px;
overflow: auto;
overflow-y: auto;
@media screen and (max-height: 515px) {
max-height: unset; // remove double scrollbar
}