diff --git a/src/staking-v3/components/leaderboard/styles/leaderboard.scss b/src/staking-v3/components/leaderboard/styles/leaderboard.scss index f81fd18f9..6c2abaa8d 100644 --- a/src/staking-v3/components/leaderboard/styles/leaderboard.scss +++ b/src/staking-v3/components/leaderboard/styles/leaderboard.scss @@ -36,7 +36,7 @@ right: 0; z-index: 0; animation: parallax-small-anim linear; - animation-timeline: scroll(); + animation-timeline: scroll() !important; img { width: 100%; } diff --git a/src/staking-v3/components/styles/feature-dapp.scss b/src/staking-v3/components/styles/feature-dapp.scss index 9e008a0c7..d0dba2157 100644 --- a/src/staking-v3/components/styles/feature-dapp.scss +++ b/src/staking-v3/components/styles/feature-dapp.scss @@ -16,7 +16,7 @@ position: relative; z-index: 1; animation: parallax-small-anim linear; - animation-timeline: scroll(); + animation-timeline: scroll() !important; @media (min-width: $lg) { padding: 0; }