Merge pull request 'reduce the height of categories list (fix #173)' (#174) from feature/issue173 into develop

Reviewed-on: deblan/side_menu#174
This commit is contained in:
Simon Vieille 2022-11-09 13:04:12 +01:00
commit 45ae1b3579

View file

@ -198,7 +198,7 @@
}
.side-menu-categories {
max-height: calc(100vh - 5px);
max-height: calc(100vh - 55px);
overflow: auto;
position: relative;
top: 5px;