Skip to content

Commit

Permalink
fix: unable to toggle modules (#24)
Browse files Browse the repository at this point in the history
The new "share-link" had a z-index that was too high, making it capture
all the clicks.
  • Loading branch information
TrueBrain authored Nov 24, 2023
1 parent e4152a0 commit 012a259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ShipFit/ShipFit.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@
position: absolute;
top: 0;
width: 100%;
z-index: 100;
z-index: 3;
}

0 comments on commit 012a259

Please sign in to comment.