Skip to content

Commit

Permalink
svg overflow visible to stop clipping
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRedacted committed Sep 19, 2024
1 parent 04bb54e commit 6719a73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion card.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@
height: auto;
fill:white;
stroke: white;
margin:auto
margin:auto;
overflow:visible;
}
.row .icon svg .shaddow {
fill:white;
Expand Down

0 comments on commit 6719a73

Please sign in to comment.