summaryrefslogtreecommitdiff
path: root/src/content/content.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/content.css')
-rw-r--r--src/content/content.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/content/content.css b/src/content/content.css
index 596da6d..ddfe1b7 100644
--- a/src/content/content.css
+++ b/src/content/content.css
@@ -70,3 +70,14 @@ a.__NoScript_PlaceHolder__ > span {
overflow-wrap: break-word;
word-break: break-all;
}
+
+a.__NoScript_PlaceHolder__.document {
+ position: fixed !important;
+ top: 0 !important;
+ bottom: 0 !important;
+ left: 0 !important;
+ right: 0 !important;
+ width: 100% !important;
+ height: 100% !important;
+ margin: 0 !important;
+}