fix: use overflow: clip on page roots to allow sticky toolbar positioning

This commit is contained in:
Ulas Kalayci
2026-04-29 16:36:53 +02:00
parent 91f15bc62f
commit 115796c3c5
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
height: calc(100dvh - var(--safe-area-inset-top) - var(--nav-bottom-height) - var(--safe-area-inset-bottom));
max-width: var(--content-max-width);
margin: 0 auto;
overflow: hidden;
overflow: clip;
}
@media (min-width: 1024px) {
+1 -1
View File
@@ -18,7 +18,7 @@
height: calc(100dvh - var(--safe-area-inset-top) - var(--nav-bottom-height) - var(--safe-area-inset-bottom));
max-width: var(--content-max-width);
margin: 0 auto;
overflow: hidden;
overflow: clip;
}
@media (min-width: 1024px) {
+1 -1
View File
@@ -18,7 +18,7 @@
height: calc(100dvh - var(--safe-area-inset-top) - var(--nav-bottom-height) - var(--safe-area-inset-bottom));
max-width: var(--content-max-width);
margin: 0 auto;
overflow: hidden;
overflow: clip;
}
@media (min-width: 1024px) {
+1 -1
View File
@@ -18,7 +18,7 @@
height: calc(100dvh - var(--safe-area-inset-top) - var(--nav-bottom-height) - var(--safe-area-inset-bottom));
max-width: var(--content-max-width);
margin: 0 auto;
overflow: hidden;
overflow: clip;
}
@media (min-width: 1024px) {