better loading states, BUGFIX: person edit link

This commit is contained in:
Simon Martens
2026-01-24 13:45:23 +01:00
parent e7e547327b
commit 87dc77e990
8 changed files with 22 additions and 17 deletions

View File

@@ -641,14 +641,16 @@
@apply block;
}
/* Overlay disabled for now.
html[data-htmx-busy="true"]::before {
content: "";
position: fixed;
inset: 0;
background: rgba(15, 23, 42, 0.18);
background: rgba(15, 23, 42, 0.08);
z-index: 40;
pointer-events: auto;
}
*/
[data-htmx-busy="true"]:not(html):not(body) {
pointer-events: none;