Remove 200% width and horizontal scroll

stable
Xavier Julián 2015-04-29 09:35:44 +02:00 committed by Juanfran
parent c9bc100cc3
commit 939326d30b
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@
position: relative; position: relative;
&:after { &:after {
background: url('../images/menu-vert.png') repeat top left; background: url('../images/menu-vert.png') repeat top left;
background-size: 100%; background-size: 200%;
bottom: 0; bottom: 0;
content: ''; content: '';
height: 100%; height: 100%;
@ -13,7 +13,6 @@
position: absolute; position: absolute;
right: 0; right: 0;
top: 0; top: 0;
width: 200%;
z-index: -1; z-index: -1;
} }
.nav-left, .nav-left,