From 012a2597f6395b4d21af63e10289178a84726e36 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Fri, 24 Nov 2023 22:26:35 +0100 Subject: [PATCH] fix: unable to toggle modules (#24) The new "share-link" had a z-index that was too high, making it capture all the clicks. --- src/ShipFit/ShipFit.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ShipFit/ShipFit.module.css b/src/ShipFit/ShipFit.module.css index 3bdef58..31d2353 100644 --- a/src/ShipFit/ShipFit.module.css +++ b/src/ShipFit/ShipFit.module.css @@ -121,5 +121,5 @@ position: absolute; top: 0; width: 100%; - z-index: 100; + z-index: 3; }