Add overlay host wrapper behavior for consistent target card height
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user