FIX: compatibility improvement

This commit is contained in:
Tony Air 2020-04-20 15:40:13 +07:00
parent 06d4865ff5
commit 0879b35a5d
3 changed files with 7 additions and 2 deletions

5
dist/css/app.css vendored
View File

@ -15567,6 +15567,11 @@ a.text-dark:focus {
text-shadow: 1px 1px #000;
}
/*
* bootstrap includes
* keep it at the end
*/
.meta-lightbox-overlay,
.lightbox-overlay-custom {
position: fixed;

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
"version": "1.9.6",
"version": "1.9.7",
"author": "Tony Air <tony@twma.pro>",
"license": "MIT",
"description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",