fixed accordion nav glitch

This commit is contained in:
Tom Giannattasio
2012-08-21 19:25:32 -04:00
parent 88505b3948
commit bbc95cb589
2 changed files with 9 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ nav.sequence-nav {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
width: 20px;
height: 46px;
@include linear-gradient(left, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
@@ -21,6 +22,7 @@ nav.sequence-nav {
position: absolute;
top: 0;
right: 0;
z-index: 9999;
width: 20px;
height: 46px;
@include linear-gradient(right, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));