Fix: Desktop-Scroll — overflow-y:visible auf #page-content ab 768px, SW by-v536

This commit is contained in:
rene 2026-04-30 09:32:54 +02:00
parent 5a6ca5496b
commit f01b0b228d
3 changed files with 4 additions and 2 deletions

View file

@ -31,6 +31,8 @@
}
#page-content {
min-height: unset;
overflow-y: visible; /* window scrollt auf Desktop */
overflow-x: visible;
padding-bottom: 0;
padding-left: var(--nav-sidebar-width);
}