From 8670ff619058b48977dfb5c1513b30b9a91b7c99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haukur=20R=C3=B3sinkranz?= Date: Mon, 20 Jun 2022 17:19:03 -0400 Subject: [PATCH] Update content.js --- content.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content.js b/content.js index 584a7bb..5f29c14 100644 --- a/content.js +++ b/content.js @@ -17,6 +17,7 @@ const cssModifications = [ ".main { height: calc(100% - 49px) !important;}", "@media (min-width: 1150px) { .main { height: calc(100% - 64px) !important; }}", "@media (min-width: 1440px) { .main { height: calc(100% - 72px) !important; }}", + "#app { z-index: 9999; position: fixed}", ]; const generateModalSelectors = () => { @@ -54,7 +55,4 @@ window.addEventListener("load", function() { generateModalSelectors(); applyDomAlterations(); fadeIn(); - setInterval(function() { - applyDomAlterations(); - }, 5000); });