Fix global horizontal overflow

This commit is contained in:
2020-04-04 18:13:13 +02:00
parent 2170cd2e57
commit 7601fe8b44
3 changed files with 2 additions and 3 deletions

View File

@@ -8,7 +8,6 @@ body {
background: $color-primary;
color: #fff;
cursor: default;
overflow-x: hidden;
}
*, *:before, *:after {
box-sizing: border-box;