@brightspace-ui/labs
Advanced tools
Comparing version 2.4.2 to 2.5.0
@@ -57,3 +57,3 @@ { | ||
}, | ||
"version": "2.4.2" | ||
"version": "2.5.0" | ||
} |
@@ -50,3 +50,3 @@ import '@brightspace-ui/core/components/button/button.js'; | ||
:host { | ||
height: 100%; | ||
height: var(--d2l-flyout-custom-element-height, 100%); | ||
overflow: hidden; | ||
@@ -62,2 +62,3 @@ pointer-events: none; | ||
box-sizing: border-box; | ||
margin-bottom: 1.2rem; | ||
overflow: visible; | ||
@@ -64,0 +65,0 @@ padding-bottom: 2rem; |
220561
3297