fix: Chrome scrolling support selector

This commit is contained in:
Thomas A. Christensen II 2024-12-01 17:52:37 -07:00
parent 86c1bf1ed4
commit 2d8f624810
Signed by: millironx
GPG key ID: B7044A3432851F64

View file

@ -387,7 +387,7 @@ footer {
}
} /* end @media */
@supports (animation-timeline: scroll()) and (animation-range) {
@supports (animation-timeline: scroll()) and (animation-range: 0 50vh) {
@keyframes sticky-header {
from {
height: 50vh;