Tighten critical editor popup interactions

This commit is contained in:
2026-03-15 12:14:19 +01:00
parent b002a94523
commit 34032a83b9
3 changed files with 114 additions and 3 deletions

View File

@@ -26,6 +26,15 @@ body {
margin: 0;
}
html.critical-editor-scroll-locked,
body.critical-editor-scroll-locked {
overflow: hidden;
}
body.critical-editor-scroll-locked {
overscroll-behavior: none;
}
h1,
h2,
h3,