From 939326d30b5fcefeb933825353b30b0f370ed81c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 29 Apr 2015 09:35:44 +0200 Subject: [PATCH] Remove 200% width and horizontal scroll --- app/modules/navigation-bar/navigation-bar.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/modules/navigation-bar/navigation-bar.scss b/app/modules/navigation-bar/navigation-bar.scss index 3cddf18d..7521ba8c 100644 --- a/app/modules/navigation-bar/navigation-bar.scss +++ b/app/modules/navigation-bar/navigation-bar.scss @@ -5,7 +5,7 @@ position: relative; &:after { background: url('../images/menu-vert.png') repeat top left; - background-size: 100%; + background-size: 200%; bottom: 0; content: ''; height: 100%; @@ -13,7 +13,6 @@ position: absolute; right: 0; top: 0; - width: 200%; z-index: -1; } .nav-left,