Skip to content

Commit

Permalink
Disable pointer-events on bookmark tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
sissbruecker committed Mar 22, 2024
1 parent 39e8f03 commit eb0b092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bookmarks/styles/bookmark-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ li[ld-bookmark-item] {
font-size: $font-size-sm;
font-style: normal;
white-space: normal;
pointer-events: none;
animation: 0.3s ease 0s appear;
}
}
Expand Down

0 comments on commit eb0b092

Please sign in to comment.