Fixed some dialogs overflowing the window

This commit is contained in:
mr. M
2024-12-30 17:52:02 +01:00
parent 8f5d9f2d18
commit 4f13432df4

View File

@@ -8,10 +8,6 @@
border: 1px solid var(--zen-dialog-border-color);
}
#window-modal-dialog:not([zen-dialog-welcome-element='true']) .dialogBox:not(.spotlightBox) {
transform: translateY(-9px);
}
#window-modal-dialog[zen-dialog-welcome-element='true'] .dialogBox:not(.spotlightBox) {
margin: 0 !important;
}