11 lines
156 B
SCSS
11 lines
156 B
SCSS
|
.wp-block-woocommerce-product-gallery {
|
||
|
dialog {
|
||
|
position: fixed;
|
||
|
width: 90vw;
|
||
|
height: 90vh;
|
||
|
top: 0;
|
||
|
margin: $gap-largest;
|
||
|
z-index: 9999;
|
||
|
}
|
||
|
}
|