reduce the height of categories list (fix #173)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2022-11-09 12:51:56 +01:00
parent 00e8a56e15
commit c10d0e8442
Signed by: deblan
GPG key ID: 579388D585F70417

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;