diff --git a/src/components/account-info.css b/src/components/account-info.css index 1c48b628..e979302a 100644 --- a/src/components/account-info.css +++ b/src/components/account-info.css @@ -465,9 +465,11 @@ margin-top: calc(-1 * var(--banner-overlap)); } - .header-banner:not(.header-is-avatar):not(:hover):not(:active) { - animation: bye-banner 1s linear both; - animation-timeline: scroll(); + @supports (animation-timeline: scroll()) { + .header-banner:not(.header-is-avatar):not(:hover):not(:active) { + animation: bye-banner 1s linear both; + animation-timeline: scroll(); + } } main {