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,
|
||||
body {
|
||||
height: 100%;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
html {
|
||||
@ -505,4 +507,4 @@ footer {
|
||||
|
||||
// BREAKPOINTS
|
||||
@import "partials/_breakpoints";
|
||||
@import "custom";
|
||||
@import "custom";
|
||||
|
Loading…
Reference in New Issue
Block a user