Remove 200% width and horizontal scroll
parent
c9bc100cc3
commit
939326d30b
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue