Restore: CSS exakt auf v1.1.0 + overscroll-behavior-y:none auf #page-content — SW by-v540

This commit is contained in:
rene 2026-04-30 10:06:45 +02:00
parent 4a634fbbd1
commit c0a1b2e922
4 changed files with 25 additions and 17 deletions

View file

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