Skip to content

Commit

Permalink
Update content.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hauxir authored Jun 20, 2022
1 parent f7fe605 commit 8670ff6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions content.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down Expand Up @@ -54,7 +55,4 @@ window.addEventListener("load", function() {
generateModalSelectors();
applyDomAlterations();
fadeIn();
setInterval(function() {
applyDomAlterations();
}, 5000);
});

0 comments on commit 8670ff6

Please sign in to comment.