1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-12-28 23:57:52 +01:00

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

View File

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