Skip to content

Commit

Permalink
docs: fix back-to-top blocking right aligned buttons and links (#1314)
Browse files Browse the repository at this point in the history
* docs: fix back-to-top blocking right aligned butons and links

* docs: revert z-index change
  • Loading branch information
zeroedin authored Oct 27, 2023
1 parent 5e64235 commit ce768c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/scss/_utility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ hr {
right: 32px;
bottom: 32px;
width: 3em;
// pointer-events: none;
pointer-events: none;
z-index: 1;
}

Expand All @@ -730,6 +730,7 @@ hr {
display: inline-block;
transition: transform 80ms ease-in;
z-index: 1;
pointer-events: all;

img {
transition: 0.3s ease all;
Expand Down

0 comments on commit ce768c6

Please sign in to comment.