Lock body scroll: only main/inner elements scroll on admin and public pages

This commit is contained in:
Pontoporeia
2026-04-22 10:45:32 +02:00
parent 5a58eefe66
commit b448d0d40c
4 changed files with 9 additions and 1 deletions

View File

@@ -10,6 +10,8 @@
.apropos-main {
flex: 1;
min-height: 0;
overflow-y: auto;
padding: var(--space-xl) var(--space-l) var(--space-2xl);
}