]> git.sesse.net Git - pr0n/blobdiff - files/pr0n-fullscreen.css
Fix an (irrelevant) confusion about addEventListener.
[pr0n] / files / pr0n-fullscreen.css
index d893d0dbf6eae04a2134cda5795a54f86e3c965b..d4f897af0d05a1c9729001a199f628c6494b7344 100644 (file)
@@ -66,6 +66,17 @@ img, #text {
        display: none;
 }
 
+.fsbox {
+       position: absolute;
+       transform-origin: top left;
+       background-color: white;
+       color: black;
+       font: 12px sans-serif;
+       line-height: 24px;
+       border-top: 1px solid black;
+       z-index: 1;
+}
+
 html, body {
        overflow: hidden;
 }