reduce the height of categories list (fix #173) #174

Merged
deblan merged 1 commit from feature/issue173 into develop 2022-11-09 13:04:12 +01:00

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;