We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e1eb6 commit 6b6755cCopy full SHA for 6b6755c
components/dialog/dialog-styles.js
@@ -136,6 +136,11 @@ export const dialogStyles = css`
136
position: relative; /* make this the positioned parent for absolute positioned elements like d2l-template-primary-secondary */
137
}
138
139
+ :host([full-height]) .d2l-dialog-content > div {
140
+ box-sizing: border-box;
141
+ height: 100%;
142
+ }
143
+
144
.d2l-dialog-outer-scroll .d2l-dialog-content {
145
overflow: auto;
146
0 commit comments