mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
remove transition on page header visibility
This commit is contained in:
@@ -6,9 +6,6 @@
|
|||||||
height: 65px;
|
height: 65px;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition:
|
|
||||||
opacity 0.2s ease-in-out,
|
|
||||||
visibility 0.2s ease-in-out;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.container[data-visible='true'] {
|
.container[data-visible='true'] {
|
||||||
|
|||||||
Reference in New Issue
Block a user