remove scrollbar jitter

This commit is contained in:
2025-09-23 09:10:58 -07:00
parent 6b9d7c6fc7
commit 8e1654db16

View File

@@ -6,6 +6,10 @@
color-scheme: light dark; color-scheme: light dark;
} }
body {
overflow-x: hidden;
}
#content { #content {
max-width: 512px; max-width: 512px;
padding-bottom: 25vh; padding-bottom: 25vh;
@@ -83,6 +87,7 @@ audio {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 100vw;
} }
.flex { .flex {