We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 062ebbe commit 0903666Copy full SHA for 0903666
src/dialog/dialog.component.scss
@@ -145,13 +145,13 @@ $fullscreen-height: calc(100vh - (#{$spacing} * 2));
145
&--fullscreen {
146
width: $fullscreen-width;
147
height: $fullscreen-height;
148
- margin: 0;
+ margin: auto;
149
}
150
151
&--fit-viewport {
152
max-width: $fullscreen-width;
153
max-height: $fullscreen-height;
154
155
156
.aui-dialog {
157
&__header {
0 commit comments