Fix plugins using ImageModals (again)
This commit is contained in:
parent
534ab3eb5f
commit
f5f59be1b6
3 changed files with 46 additions and 34 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue