fix container bg
This commit is contained in:
parent
c8e2878052
commit
c4af91acc6
@ -445,9 +445,6 @@ header {
|
||||
.lg-next {
|
||||
right: 0;
|
||||
}
|
||||
.lg-backdrop {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.lg-next, .lg-prev {
|
||||
color: #000
|
||||
}
|
||||
|
@ -247,5 +247,7 @@ if (document.getElementById("inline-gallery-container") !== null) {
|
||||
],
|
||||
});
|
||||
|
||||
const lgBackdrop = document.querySelector(".lg-backdrop");
|
||||
lgBackdrop.style.backgroundColor = "transparent";
|
||||
inlineGallery.openGallery();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user