Skip to content

Commit

Permalink
Fix bug with invisible leaves on chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
TheodoreEhrenborg committed Jun 16, 2024
1 parent 675daea commit 5edf807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ renderLeaf pos =
[ x (String.fromInt pos.x)
, y (String.fromInt pos.y)
, width "50px"
, height "auto"
, height "50px"
, xlinkHref
(if pos.leafType == OneLeaf then
"assets/1leaf.png"
Expand Down

0 comments on commit 5edf807

Please sign in to comment.