From 2d8f6248100de6c59ef1aede9ff28a9c48d83a82 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:52:37 -0700 Subject: [PATCH] fix: Chrome scrolling support selector --- assets/styles/millironx.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/millironx.css b/assets/styles/millironx.css index 2940615..5af638d 100644 --- a/assets/styles/millironx.css +++ b/assets/styles/millironx.css @@ -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;