Skip to content

Commit

Permalink
add important (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayumitk authored Feb 9, 2024
1 parent ff2704e commit 3db9951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
right: 0;
z-index: 0;
animation: parallax-small-anim linear;
animation-timeline: scroll();
animation-timeline: scroll() !important;
img {
width: 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion src/staking-v3/components/styles/feature-dapp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 3db9951

Please sign in to comment.