Fix Scrolling in Firefox Mobile

pull/44/head
fn 5 years ago committed by GitHub
parent 6584d1cb5d
commit 9db899deec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -108,6 +108,8 @@
display: flex;
flex-direction: column;
height: 100%;
width: 100vw;
overflow: auto;
}
::-webkit-scrollbar {

Loading…
Cancel
Save