diff --git a/src/scss/_custom.scss b/src/scss/_custom.scss index 3a92ee4..d950268 100644 --- a/src/scss/_custom.scss +++ b/src/scss/_custom.scss @@ -1,3 +1,10 @@ +html, body { + overflow-x: hidden; +} +body { + position: relative +} + // Here you can add other styles .main_content { background-color: $white;