Allow overlay card to overflow target

This commit is contained in:
2026-06-16 09:41:09 +02:00
parent 64e9b4b838
commit 67c869b246
+1 -1
View File
@@ -22,7 +22,7 @@
.sg-delete-confirmation-pattern__target {
position: relative;
overflow: hidden;
overflow: visible;
}
.sg-delete-confirmation-pattern__target::after {