fix: keep mobile med detail actions visible while scrolling (#240)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user