mirror of
https://github.com/kunalja/VariantEditor.git
synced 2026-07-22 13:00:32 +00:00
fix global modal dimming
This commit is contained in:
parent
c778bcfe2c
commit
0b9bfa04cc
1 changed files with 1 additions and 3 deletions
|
|
@ -471,9 +471,7 @@
|
|||
}
|
||||
|
||||
/* Remove background dimming for variant editor modal */
|
||||
.variant-editor-no-dim~.modal-bg,
|
||||
.modal-container .variant-editor-modal~.modal-bg,
|
||||
div.modal-bg {
|
||||
body:has(.variant-editor-modal) .modal-bg {
|
||||
background-color: transparent !important;
|
||||
backdrop-filter: none !important;
|
||||
opacity: 0 !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue