Override overlay host overflow for scrolling
This commit is contained in:
@@ -54,6 +54,10 @@
|
||||
box-shadow: var(--shadow-overlay);
|
||||
}
|
||||
|
||||
.sg-delete-confirmation-pattern__floating-card.sg-card.sg-card--overlay-host {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.sg-delete-confirmation-pattern__floating-card[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user