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; +}