fix: keep mobile med detail actions visible while scrolling (#240)

This commit is contained in:
Daniel Volz
2026-02-20 19:31:59 +01:00
committed by GitHub
parent 8c97abd3c9
commit b489e1e117
3 changed files with 98 additions and 27 deletions
+3 -2
View File
@@ -295,14 +295,15 @@
}
.mobile-edit-form .blister-row .remove-blister-btn {
grid-column: 1 / -1;
justify-self: start;
grid-column: 2 / 3;
justify-self: end;
}
.mobile-edit-form .blister-row .remind-toggle-row {
display: flex;
align-items: center;
gap: 0.5rem;
grid-column: 1 / 2;
}
.blister-inputs .remind-toggle-row {