Merge pull request #13 from aubm/hide-horizontal-scrollbar-on-mobile
hide horizontal scrollbar on mobile
This commit is contained in:
commit
76732c19c7
@ -29,7 +29,9 @@ $code: Menlo,Monaco,"Courier New",monospace;
|
|||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
Loading…
Reference in New Issue
Block a user