Skip to content

Commit cb6df74

Browse files
committed
[UX] Better handling of clicks on obstructed placeholders.
1 parent 5c4c163 commit cb6df74

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/content/content.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ a.__NoScript_PlaceHolder__ > span {
8383
margin: 0;
8484
background: none;
8585
transition: .2s all;
86+
z-index: 2147483647 !important;
8687
}
8788

8889
.__NoScript_PlaceHolder__ button:hover {

src/nscl

0 commit comments

Comments
 (0)