Hide the box shadow when hiding the header bar.
This commit is contained in:
parent
22d40d2315
commit
c2715231a3
File diff suppressed because one or more lines are too long
@ -105,6 +105,7 @@ a[href="javascript:;"] {
|
||||
transition: all .1s ease-in-out;
|
||||
}
|
||||
#header-bar.autohide:not(:hover) {
|
||||
box-shadow: none;
|
||||
margin-bottom: -1em;
|
||||
-webkit-transform: translateY(-100%);
|
||||
transform: translateY(-100%);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user