Fix: Routen-Seite aus FULLSCREEN_PAGES — window-scroll statt interner Container, SW by-v528

This commit is contained in:
rene 2026-04-30 07:53:33 +02:00
parent 359d46d9bc
commit 1056824be3
4 changed files with 6 additions and 14 deletions

View file

@ -2590,8 +2590,7 @@ html.modal-open {
.rk-layout {
display: flex;
flex-direction: column;
height: 100%;
overflow: hidden;
min-height: 100dvh;
background: var(--c-bg);
}
.rk-header {

View file

@ -171,16 +171,9 @@ body.page-fullscreen #page-content {
position: relative;
}
/* Routen: volle Höhe damit .rk-layout height:100% auflöst und
das Grid intern scrollt (nicht die gesamte Seite via #page-content) */
#page-routes {
height: 100%;
overflow: hidden;
}
/* Routen: window-scroll (kein overflow:hidden), padding entfernt */
#page-routes > .page-body {
padding: 0 !important;
overflow: hidden;
height: 100%;
padding: 0 !important;
}
/* ------------------------------------------------------------