add scroll to fixed header menu

This commit is contained in:
elisejakob
2024-06-24 01:50:46 +02:00
parent 92f0d06bb2
commit 62ecffd274

View File

@ -73,6 +73,7 @@
bottom: 0;
z-index: 1000;
width: 50%;
overflow-y: auto;
background: var(--color-menu-background);
color: var(--color-menu-text);