fix: Chrome scrolling support selector
This commit is contained in:
parent
86c1bf1ed4
commit
2d8f624810
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ footer {
|
||||||
}
|
}
|
||||||
} /* end @media */
|
} /* end @media */
|
||||||
|
|
||||||
@supports (animation-timeline: scroll()) and (animation-range) {
|
@supports (animation-timeline: scroll()) and (animation-range: 0 50vh) {
|
||||||
@keyframes sticky-header {
|
@keyframes sticky-header {
|
||||||
from {
|
from {
|
||||||
height: 50vh;
|
height: 50vh;
|
||||||
|
|
Loading…
Reference in a new issue