@brightspace-ui/core 3.36.2 → 3.36.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.2",
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",