fix: styling for a2ui surfaces was missing

This commit is contained in:
2026-05-28 11:03:22 +02:00
parent f7a4a9512c
commit 721b1ae626
5 changed files with 596 additions and 1 deletions

View File

@@ -36,6 +36,8 @@
.confirm-delete-modal,
.confirm-dialog,
.gallery-overlay-content {
position: relative;
z-index: 1;
background: #1e1e1e;
border: 1px solid #3c3c3c;
border-radius: 8px;