Merge pull request 'reduce the height of categories list (fix #173)' (#174) from feature/issue173 into develop
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Reviewed-on: #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 { .side-menu-categories {
max-height: calc(100vh - 5px); max-height: calc(100vh - 55px);
overflow: auto; overflow: auto;
position: relative; position: relative;
top: 5px; top: 5px;