Fix menu height #140

This commit is contained in:
Timothée Goguely 2025-09-18 11:22:46 +02:00
parent b635d7b46b
commit 2183b0137d

View file

@ -236,6 +236,7 @@ button[aria-controls='menu'][aria-expanded='false']
width: 100%;
max-width: var(--sidebar-width);
height: calc(100vh - var(--gutter) * 2);
height: calc(100dvh - var(--gutter) * 2);
padding: var(--gap);
background: var(--color-background);
overflow-y: auto;