Merge pull request #13 from aubm/hide-horizontal-scrollbar-on-mobile

hide horizontal scrollbar on mobile
This commit is contained in:
kimcc 2020-04-15 17:24:55 -05:00 committed by GitHub
commit 76732c19c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";