Skip to content

Commit

Permalink
Safari summary fix attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
milkcee12 committed Jan 4, 2024
1 parent 0c1d46e commit beb2ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/FaqDetails.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
}
summary:-webkit-details-marker {
display: none;
content: '';
}
summary::marker {
content: '';
display: none;
}
details {
summary {
display: block;
Expand Down

0 comments on commit beb2ed1

Please sign in to comment.