fix container bg
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user