Skip to content

Commit

Permalink
Fix Back to top container to allow clicking under the transparent sur…
Browse files Browse the repository at this point in the history
…face
  • Loading branch information
julien-deramond committed Jun 29, 2022
1 parent aa8b4f0 commit b020b20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_back-to-top.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
right: var(--#{$prefix}back-to-top-right);
bottom: var(--#{$prefix}back-to-top-bottom);
z-index: var(--#{$prefix}back-to-top-zindex);
pointer-events: none;
}

.back-to-top-link {
Expand Down

0 comments on commit b020b20

Please sign in to comment.