Remove pointer events from non-autohide #scroll-marker

This commit is contained in:
Zixaphir 2015-01-16 14:03:45 -07:00
parent fd35664ab4
commit ab0b2fb989
3 changed files with 5 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -430,15 +430,12 @@ nav a,
.fixed.bottom-header #header-bar.autohide:not(:hover) {
<%= transform %>: translateY(100%);
}
#scroll-marker {
left: 0;
right: 0;
height: 10px;
position: absolute;
}
#header-bar #scroll-marker {
display: none;
}
#header-bar:not(.autohide) #scroll-marker {
pointer-events: none;
}
.fixed #header-bar #scroll-marker {
display: block;
}