remove scrollbar @ ff upd.

This commit is contained in:
Dooho Yi 2021-06-29 19:18:22 +09:00
parent 77018d75e6
commit 6091e5a988
4 changed files with 16 additions and 0 deletions

View file

@ -44,6 +44,10 @@ video {
/* layout */
html {
scrollbar-width: none;
}
div {
margin-bottom: 1em;
}

View file

@ -44,6 +44,10 @@ video {
/* layout */
html {
scrollbar-width: none;
}
div {
margin-bottom: 1em;
}

View file

@ -6,6 +6,10 @@
max-width: 100%%;
} */
html {
scrollbar-width: none;
}
.pdf object {
width: 640px;
height: 640px;

View file

@ -44,6 +44,10 @@ video {
/* layout */
html {
scrollbar-width: none;
}
div {
margin-bottom: 1em;
}