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

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