Skip to content

Commit

Permalink
fix: summary click events in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
fspoettel committed Feb 26, 2025
1 parent ea10eb2 commit 559d4d6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/ui/details.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@
margin-top: 0.5rem;
}


.details summary::-webkit-details-marker {
display: none;
visibility: hidden;
}

.details summary > * {
pointer-events: none;
}

.details-content {
Expand Down

0 comments on commit 559d4d6

Please sign in to comment.