fix container bg

This commit is contained in:
samaradel 2023-05-07 16:13:56 +03:00
parent c8e2878052
commit c4af91acc6
2 changed files with 2 additions and 3 deletions

View File

@ -445,9 +445,6 @@ header {
.lg-next {
right: 0;
}
.lg-backdrop {
background-color: transparent !important;
}
.lg-next, .lg-prev {
color: #000
}

View File

@ -247,5 +247,7 @@ if (document.getElementById("inline-gallery-container") !== null) {
],
});
const lgBackdrop = document.querySelector(".lg-backdrop");
lgBackdrop.style.backgroundColor = "transparent";
inlineGallery.openGallery();
}