web/sidebar: fix grid on mobile

This commit is contained in:
wukko
2024-06-16 20:39:23 +06:00
parent 24c46d3464
commit ccd37f3d35
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;
}