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
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 {