Skip to content

Commit 5dcc25c

Browse files
committed
Fix browser extensions modifying page height
1 parent d9a6e4c commit 5dcc25c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/design.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ body.enable-transitions {
6666
--easing: cubic-bezier(0.32, 0, 0.67, 0);
6767
}
6868

69+
body > *:not([id]):not(dialog) {
70+
position: fixed;
71+
}
72+
6973
h1 {
7074
font-size: 1.75rem;
7175
}

0 commit comments

Comments
 (0)