From c823e8856e992cbf25c3c8f83545d60ef1ef29b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Fri, 6 Mar 2020 11:10:33 +0100 Subject: [PATCH] Globe: Hide horizontal overflow --- src/style/molecules/_globe.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/molecules/_globe.scss b/src/style/molecules/_globe.scss index a72321f..88b0368 100644 --- a/src/style/molecules/_globe.scss +++ b/src/style/molecules/_globe.scss @@ -2,6 +2,7 @@ .globe { position: relative; z-index: 2; + overflow-x: hidden; .wrap { @include breakpoint (xs) {