mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 09:45:33 +00:00
fix sticky settings sidebar
This commit is contained in:
parent
355a11ef0b
commit
80bbba2957
1 changed files with 2 additions and 1 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Reference in a new issue