fix: unable to toggle modules (#24)

The new "share-link" had a z-index that was too high, making it capture
all the clicks.
This commit is contained in:
Patric Stout
2023-11-24 22:26:35 +01:00
committed by GitHub
parent e4152a0815
commit 012a2597f6

View File

@@ -121,5 +121,5 @@
position: absolute;
top: 0;
width: 100%;
z-index: 100;
z-index: 3;
}