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

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