fix: keep group visible as header for the running event

This commit is contained in:
Carlos Valente
2026-08-28 12:22:11 +02:00
committed by Carlos Valente
parent dd718230ad
commit 977b01a072
9 changed files with 289 additions and 87 deletions
@@ -18,6 +18,12 @@
padding-bottom: 95vh;
}
.groupSection {
display: flex;
flex-direction: column;
gap: 2px;
}
.editPrompt {
position: fixed;
z-index: $zindex-dialog;