Fix plugins using ImageModals (again)

This commit is contained in:
Nuckyz 2024-10-24 08:10:29 -03:00
parent 534ab3eb5f
commit f5f59be1b6
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
3 changed files with 46 additions and 34 deletions

View file

@ -7,18 +7,18 @@
**/
.vc-image-modal {
background: transparent!important;
box-shadow: none!important;
background: transparent !important;
box-shadow: none !important;
display: flex;
justify-content: center;
align-items: center;
border-radius: 0
border-radius: 0;
}
@media(width <= 485px) {
.vc-image-modal {
display:relative;
display: relative;
overflow: visible;
overflow: initial
overflow: initial;
}
}