@vaadin/vaadin-dialog
Advanced tools
Comparing version 2.4.1 to 2.4.2
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-dialog", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"main": "vaadin-dialog.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -9,8 +9,4 @@ const $_documentContainer = document.createElement('template'); | ||
overflow: visible; | ||
} | ||
/* Hack for iOS to make the overlay take full size */ | ||
[part='overlay'][style] { | ||
max-height: 100%; | ||
display: flex; | ||
flex-direction: column; | ||
} | ||
@@ -24,5 +20,9 @@ | ||
.resizer-container { | ||
overflow: auto; | ||
flex-grow: 1; | ||
} | ||
[part='overlay'][style] .resizer-container { | ||
height: 100%; | ||
width: 100%; | ||
overflow: auto; | ||
} | ||
@@ -96,2 +96,8 @@ | ||
} | ||
/* IE11 -only CSS */ | ||
_:-ms-fullscreen, | ||
[part='overlay'] { | ||
max-height: none; | ||
} | ||
</style> | ||
@@ -98,0 +104,0 @@ </template> |
@@ -162,3 +162,3 @@ /** | ||
static get version() { | ||
return '2.4.1'; | ||
return '2.4.2'; | ||
} | ||
@@ -165,0 +165,0 @@ |
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
40600
690