remove scrollbar jitter

This commit is contained in:
2025-09-23 09:11:46 -07:00
parent 8e1654db16
commit ed61cf0df8

View File

@@ -7,6 +7,12 @@
}
body {
margin: 8px;
font-family: sans-serif;
position: relative;
background: light-dark(whitesmoke, black);
color: light-dark(black, whitesmoke);
display: block;
overflow-x: hidden;
}
@@ -172,21 +178,10 @@ audio {
object-fit: cover;
}
img {}
.disabled {
pointer-events: none;
}
body {
margin: 8px;
font-family: sans-serif;
position: relative;
background: light-dark(whitesmoke, black);
color: light-dark(black, whitesmoke);
display: block;
}
#click-to-reveal-prompt {
color: grey;
position: absolute;