removed box-shadow for image-preview modals
This commit is contained in:
parent
9d0ea7635b
commit
bb4bebc724
|
@ -202,6 +202,7 @@
|
||||||
.panel-header {
|
.panel-header {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
|
box-shadow: none;
|
||||||
.overlay-close {
|
.overlay-close {
|
||||||
left: 100%;
|
left: 100%;
|
||||||
right: auto;
|
right: auto;
|
||||||
|
|
Loading…
Reference in New Issue