Skip to content

Commit

Permalink
fix safari bug in latest article
Browse files Browse the repository at this point in the history
  • Loading branch information
jsebrech committed Sep 18, 2024
1 parent 834aed7 commit 9f6cad5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ x-tooltip {
height: 100%;
border-radius: 5px;
}
/* fix drop shadow in safari */
will-change: filter;
}

button:has(> x-tooltip) {
Expand Down

0 comments on commit 9f6cad5

Please sign in to comment.