remove scrollbar jitter
This commit is contained in:
17
style.css
17
style.css
@@ -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;
|
||||
|
Reference in New Issue
Block a user