Skip to content

Commit 36df2c4

Browse files
committed
Prevent duplicate synthetic placeholders for invisible capability probes (issue #369).
1 parent 196e15b commit 36df2c4

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

src/content/content.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,17 @@ a.__NoScript_PlaceHolder__.__ns__document {
112112
height: 100% !important;
113113
margin: 0 !important;
114114
}
115+
.__NoScript_Offscreen_PlaceHolders__ {
116+
display: flex;
117+
flex-direction: row-reverse;
118+
width: 100%;
119+
position: fixed;
120+
bottom: 0;
121+
}
122+
.__NoScript_Offscreen_PlaceHolders__ a.__NoScript_PlaceHolder__ {
123+
height: 64px !important;
124+
width: auto !important;
125+
}
126+
.__NoScript_Offscreen_PlaceHolders__ a.__NoScript_PlaceHolder__ > span {
127+
align-items: bottom;
128+
}

src/nscl

0 commit comments

Comments
 (0)