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