Skip to content

Commit

Permalink
hotfix/brokenLayout (#287)
Browse files Browse the repository at this point in the history
* Fix: broken layout from youtube video embed fix

disable injectPassiveStyleOverides

* Chore(commit-bump): new bump target: 1.1.4
  • Loading branch information
asieduernest12 authored Oct 23, 2023
1 parent 923c04e commit 3df6b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bump.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.3
1.1.4
2 changes: 1 addition & 1 deletion src/contents/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const injectPassiveStyleOverides = (document: Document) => {
window.addEventListener('load', () => {
Logger.logInfo('content script loaded');

injectPassiveStyleOverides(document);
// injectPassiveStyleOverides(document);
});

const isTopmostWindowContext = () => window.self === window.top;
Expand Down

0 comments on commit 3df6b43

Please sign in to comment.