Fix: Routen-Seite aus FULLSCREEN_PAGES — window-scroll statt interner Container, SW by-v528
This commit is contained in:
parent
359d46d9bc
commit
1056824be3
4 changed files with 6 additions and 14 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue