Fix header autohide not showing on hover.

This commit is contained in:
Zixaphir 2014-04-06 20:33:01 -07:00
parent 44350c5f76
commit a2cacec59a
3 changed files with 3 additions and 3 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

@ -223,7 +223,7 @@ div.center:not(.ad-cnt) {
height: 10px;
position: absolute;
}
:root:not(.autohide) #scroll-marker {
:root #scroll-marker:not(.autohide) {
pointer-events: none;
}
#header-bar #scroll-marker {