Prevent backdrop from moving when menus are opened (#8245)

This commit is contained in:
Tim Eisele
2026-08-31 09:00:00 -04:00
committed by GitHub
parent 02fa26d391
commit d875f3cb6f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100vw;
height: 100vh;
z-index: -1;
}
+1 -1
View File
@@ -74,7 +74,7 @@ body {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100vw;
bottom: 0;
contain: strict;
}