remove scrollbar jitter
This commit is contained in:
17
style.css
17
style.css
@@ -7,6 +7,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
margin: 8px;
|
||||||
|
font-family: sans-serif;
|
||||||
|
position: relative;
|
||||||
|
background: light-dark(whitesmoke, black);
|
||||||
|
color: light-dark(black, whitesmoke);
|
||||||
|
display: block;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -172,21 +178,10 @@ audio {
|
|||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {}
|
|
||||||
|
|
||||||
.disabled {
|
.disabled {
|
||||||
pointer-events: none;
|
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 {
|
#click-to-reveal-prompt {
|
||||||
color: grey;
|
color: grey;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Reference in New Issue
Block a user