@brightspace-ui/core 3.36.2 → 3.36.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -136,6 +136,11 @@ export const dialogStyles = css`
|
|
|
136
136
|
position: relative; /* make this the positioned parent for absolute positioned elements like d2l-template-primary-secondary */
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
+
:host([full-height]) .d2l-dialog-content > div {
|
|
140
|
+
box-sizing: border-box;
|
|
141
|
+
height: 100%;
|
|
142
|
+
}
|
|
143
|
+
|
|
139
144
|
.d2l-dialog-outer-scroll .d2l-dialog-content {
|
|
140
145
|
overflow: auto;
|
|
141
146
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "3.36.
|
|
3
|
+
"version": "3.36.3",
|
|
4
4
|
"description": "A collection of accessible, free, open-source web components for building Brightspace applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": "https://github.com/BrightspaceUI/core.git",
|