Use fixed position on mobile nav (#133)

This commit is contained in:
Ricky Vetter 2017-10-18 09:58:41 -07:00 committed by Joel Marcey
parent e723d21113
commit e85e0822e5

View file

@ -1044,10 +1044,10 @@ a:hover code {
}
.navigationSlider .slidingNav {
box-sizing: border-box;
position: absolute;
left: -10px;
right: -10px;
top: -10px;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: auto;
}
.navigationSlider .slidingNav.slidingNavActive {