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 */ /* layout */
html {
scrollbar-width: none;
}
div { div {
margin-bottom: 1em; margin-bottom: 1em;
} }

View file

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

View file

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

View file

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