@vaadin/vaadin-dialog
Advanced tools
Comparing version 2.5.0-alpha2 to 2.5.0-alpha3
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-dialog", | ||
"version": "2.5.0-alpha2", | ||
"version": "2.5.0-alpha3", | ||
"main": "vaadin-dialog.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -9,6 +9,3 @@ 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; | ||
@@ -20,9 +17,13 @@ flex-direction: column; | ||
box-sizing: border-box; | ||
height: 100%; | ||
min-height: 100%; | ||
} | ||
.resizer-container { | ||
overflow: auto; | ||
flex-grow: 1; | ||
} | ||
[part='overlay'][style] .resizer-container { | ||
height: 100%; | ||
width: 100%; | ||
overflow: auto; | ||
} | ||
@@ -96,2 +97,8 @@ | ||
} | ||
/* IE11 -only CSS */ | ||
_:-ms-fullscreen, | ||
[part='overlay'] { | ||
max-height: none; | ||
} | ||
</style> | ||
@@ -98,0 +105,0 @@ </template> |
@@ -164,3 +164,3 @@ /** | ||
static get version() { | ||
return '2.5.0-alpha2'; | ||
return '2.5.0-alpha3'; | ||
} | ||
@@ -167,0 +167,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
50431
983