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:
@@ -121,5 +121,5 @@
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 100;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user