hide horizontal scrollbar on mobile
This commit is contained in:
parent
9ec04a2978
commit
2d4b6d7355
@ -30,6 +30,8 @@ $code: Menlo,Monaco,"Courier New",monospace;
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
html {
|
||||
|
Loading…
Reference in New Issue
Block a user