Tweaks to floating date header fading
This commit is contained in:
parent
a34291f9dc
commit
bd41bdf3cb
3 changed files with 28 additions and 18 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue