Remove pointer events from non-autohide #scroll-marker
This commit is contained in:
parent
fd35664ab4
commit
ab0b2fb989
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user