hide horizontal scrollbar on mobile

This commit is contained in:
kendo5731 2020-04-03 14:26:09 +02:00
parent 9ec04a2978
commit 2d4b6d7355

View File

@ -30,6 +30,8 @@ $code: Menlo,Monaco,"Courier New",monospace;
html,
body {
height: 100%;
width: 100%;
overflow-x: hidden;
}
html {