Comparing version 2.1.13 to 2.1.14
@@ -74,5 +74,5 @@ import { LitElement, html, css } from "lit"; | ||
max-width: var(--dile-modal-max-width, 100vw); | ||
height: var(--dile-modal-height, auto); | ||
height: auto; | ||
min-height: var(--dile-modal-min-height, auto); | ||
max-height: var(--dile-modal-max-height, 100vh); | ||
background-color: var(--dile-modal-content-background-color, #fff); | ||
@@ -91,4 +91,5 @@ box-shadow: var(--dile-modal-content-shadow-displacement, 6px) | ||
max-height: 100%; | ||
height: 100%; | ||
padding-right: var(--dile-modal-content-padding, 1em); | ||
height: var(--dile-modal-height, auto); | ||
max-height: var(--dile-modal-max-height, 90vh); | ||
} | ||
@@ -95,0 +96,0 @@ .transparent { |
{ | ||
"name": "@dile/ui", | ||
"version": "2.1.13", | ||
"version": "2.1.14", | ||
"description": "UI Core components from dile-components.", | ||
@@ -29,3 +29,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "6abd9dcdc0163a65cd0bc6854e204cdb28519715" | ||
"gitHead": "46923633eba58eca9f430b015e38ff2cfcef2c87" | ||
} |
210207