Tweaks to floating date header fading

This commit is contained in:
Evan Hahn 2022-01-28 12:31:20 -06:00 committed by GitHub
parent a34291f9dc
commit bd41bdf3cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 18 deletions

View file

@ -9,6 +9,7 @@
pointer-events: none;
position: absolute;
top: 10px;
transition: opacity 0.25s ease-out;
width: 100%;
z-index: $z-index-above-base;
@ -18,7 +19,6 @@
&--hidden {
opacity: 0;
transition: opacity 0.25s ease-out;
}
&__spinner-container {