@glomex/glomex-dialog
Advanced tools
Comparing version 1.13.0 to 1.13.1
@@ -756,2 +756,5 @@ const NON_VISIBLE_WIDTH = window.innerWidth < 720 ? 320 : 640; | ||
let stickyWidth = clientRect.width; | ||
if (stickyWidth === 0) { | ||
stickyWidth = window.innerWidth * 0.9; | ||
} | ||
if (stickyWidth >= MAX_DOCK_WIDTH) { | ||
@@ -758,0 +761,0 @@ stickyWidth = MAX_DOCK_WIDTH; |
{ | ||
"name": "@glomex/glomex-dialog", | ||
"version": "1.13.0", | ||
"version": "1.13.1", | ||
"description": "A dialog web component that allows docking a video player or putting it in a lightbox", | ||
@@ -5,0 +5,0 @@ "type": "module", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110477
1042