Add overlay host wrapper behavior for consistent target card height

This commit is contained in:
2026-05-28 14:35:23 +02:00
parent b3594d3f78
commit d2a66c6c5b
3 changed files with 13 additions and 2 deletions
@@ -11,6 +11,17 @@
position: relative;
}
.sg-delete-confirmation-pattern__host {
display: flex;
flex-direction: column;
}
.sg-delete-confirmation-pattern__host > .sg-delete-confirmation-pattern__target {
flex: 1 1 auto;
width: 100%;
min-height: 100%;
}
.sg-delete-confirmation-pattern__target {
position: relative;
overflow: hidden;