Skip to content

Commit

Permalink
fix configure dialog height adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ameer-Jamal committed Aug 18, 2024
1 parent bb9f101 commit 2333b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popup/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function onWindowResize() {
window.off('resize', this);
const el = $create('#max', {
// ensuring userstyles can't make it invisible accidentally
style: important('all:initial; height:1px; margin-top:-2px;'),
style: important('all:revert; height:1px; margin-top:-2px;'),
});
document.documentElement.appendChild(el);
new IntersectionObserver(([e], obs) => {
Expand Down

0 comments on commit 2333b02

Please sign in to comment.