Skip to content

Commit

Permalink
Merge pull request #82 from gudzsv/fix/scroll-to-top
Browse files Browse the repository at this point in the history
update z-index
  • Loading branch information
gudzsv authored May 1, 2024
2 parents 0e46593 + 833e021 commit 82b0133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partials/scroll-to-top-btn/scroll-to-top-btn.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.btn-scroll-to-top {
position: fixed;
z-index: 99;
z-index: 55;
right: 16px;
bottom: 32px;
display: none;
Expand Down

0 comments on commit 82b0133

Please sign in to comment.