From 40b2178edd04f5efdbf3e76c21669b2549433051 Mon Sep 17 00:00:00 2001 From: shrimp2t Date: Wed, 5 Oct 2016 10:23:25 +0700 Subject: [PATCH] Update lightbox z-index --- assets/css/lightgallery.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/css/lightgallery.css b/assets/css/lightgallery.css index 9374ce7b..4c9b0b0c 100755 --- a/assets/css/lightgallery.css +++ b/assets/css/lightgallery.css @@ -972,8 +972,11 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; } -body.lg-on #wpadminbar { - display: none !important; +body.lg-on .lg-backdrop { + z-index: 99999; +} +body.lg-on .lg-outer { + z-index: 999999; } /*# sourceMappingURL=lightgallery.css.map */