Globe: Hide horizontal overflow

This commit is contained in:
2020-03-06 11:10:33 +01:00
parent e6724bee6e
commit c823e8856e

View File

@@ -2,6 +2,7 @@
.globe { .globe {
position: relative; position: relative;
z-index: 2; z-index: 2;
overflow-x: hidden;
.wrap { .wrap {
@include breakpoint (xs) { @include breakpoint (xs) {