Fix autohide on scroll without autohide resulting in inaccessible header.

This commit is contained in:
ccd0 2015-06-30 23:10:22 -07:00
parent a1e2a35746
commit dc415c8024

View File

@ -248,7 +248,7 @@ audio.controls-added {
height: 10px;
position: absolute;
}
:root:not(.autohide) #scroll-marker {
#header-bar:not(.autohide) #scroll-marker {
pointer-events: none;
}
#header-bar #scroll-marker {