web/sidebar: fix grid on mobile

This commit is contained in:
wukko
2024-06-16 20:39:23 +06:00
parent 72ac4c8f5a
commit 2080a3e1ae
2 changed files with 3 additions and 2 deletions

View File

@@ -81,7 +81,7 @@
#sidebar {
width: 100%;
height: auto;
height: var(--sidebar-height-mobile);
position: fixed;
bottom: 0;
}