Fix modal flash when opening Events unlink dialog.
Deploy Ladill Meet / deploy (push) Successful in 39s

Teleport modals to body, hide until Alpine is ready, use a single fade transition, and lock scroll on html with stable scrollbar gutter.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-04 22:42:18 +00:00
co-authored by Cursor
parent 14e7ae9557
commit aa4b744b18
2 changed files with 71 additions and 67 deletions
+1
View File
@@ -24,6 +24,7 @@
/* App shell: always light (ignore OS dark mode). Live meeting keeps dark UI. */
html.app-shell {
color-scheme: light;
scrollbar-gutter: stable;
}
@media (max-width: 1023px) {