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;
&: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,