@glomex/glomex-dialog
Advanced tools
Comparing version 1.12.0 to 1.12.1
@@ -327,3 +327,3 @@ const NON_VISIBLE_WIDTH = window.innerWidth < 720 ? 320 : 640; | ||
content: " "; | ||
background: rgba(0, 0, 0, 0.3); | ||
background: var(--lightbox-background, rgba(0, 0, 0, 0.5)); | ||
display: block; | ||
@@ -335,3 +335,3 @@ position: fixed; | ||
bottom: 0; | ||
z-index: 1; | ||
z-index: ${LIGHTBOX_Z_INDEX}; | ||
} | ||
@@ -338,0 +338,0 @@ |
{ | ||
"name": "@glomex/glomex-dialog", | ||
"version": "1.12.0", | ||
"version": "1.12.1", | ||
"description": "A dialog web component that allows docking a video player or putting it in a lightbox", | ||
@@ -5,0 +5,0 @@ "type": "module", |
103278