1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 13:19:44 +02:00

Fix Scrolling in Firefox Mobile

This commit is contained in:
fn 2020-10-11 17:18:57 +02:00 committed by GitHub
parent 6584d1cb5d
commit 9db899deec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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