fix(sidebar): disable horizontal scrolling on nav

This commit is contained in:
m
2026-04-17 13:46:35 +02:00
parent 42e5a8471c
commit ee341742b6

View File

@@ -534,6 +534,7 @@ main {
flex-direction: column;
padding: 0.5rem 0;
flex: 1 1 auto;
overflow-x: hidden;
overflow-y: auto;
min-height: 0;
}