fix sticky settings sidebar

This commit is contained in:
Pas 2026-02-20 21:09:36 -07:00
parent 355a11ef0b
commit 80bbba2957

View file

@ -11,7 +11,8 @@ body {
min-height: 100vh;
min-height: 100dvh;
font-size: 1.0248em;
overflow-x: hidden;
/* Use clip instead of hidden so position:sticky still works (e.g. Settings sidebar) */
overflow-x: clip;
}
html[data-full],