From c9f28a36549479657b4849ea65e6b2624c6c04a3 Mon Sep 17 00:00:00 2001 From: Tony Air Date: Mon, 20 Feb 2023 17:13:04 +0200 Subject: [PATCH] IMPR: CMS lightbox --- package.json | 2 +- src/scss/types/cms.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 97116f6..9e41c9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate-react", - "version": "4.8.2", + "version": "4.8.3", "description": "This UI Kit allows you to build Bootstrap 5 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.", "author": "Tony Air ", "license": "BSD-2-Clause", diff --git a/src/scss/types/cms.scss b/src/scss/types/cms.scss index 907a32c..1eb498b 100755 --- a/src/scss/types/cms.scss +++ b/src/scss/types/cms.scss @@ -162,3 +162,7 @@ body.cms { white-space: nowrap !important; border: 0 !important; } +#MetaLightboxApp { + position: relative; + z-index: 99; +}