fix overflow scrolling

This commit is contained in:
Matthias Kretschmann 2019-05-09 23:50:34 +02:00
parent 057f27a970
commit 45bf2ef155
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ html.fullscreen {
}
#root {
height: 100%;
position: relative;
font-size: 1rem;
line-height: 1.3;