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 607df76 commit 34e892bCopy full SHA for 34e892b
packages/pf4-component-mapper/src/files/wizard.js
@@ -83,7 +83,7 @@ const WizardInternal = ({
83
return (
84
<Modal inModal={inModal} container={state.container}>
85
<div
86
- className={`pf-c-wizard ${inModal ? '' : 'no-shadow'}`}
+ className={`pf-c-wizard ${inModal ? '' : 'no-shadow'} ddorg__pf4-component-mapper__wizard`}
87
role="dialog"
88
aria-modal={inModal ? 'true' : undefined}
89
onKeyDown={onKeyDown}
packages/pf4-component-mapper/src/files/wizard/wizard-styles.scss
@@ -5,3 +5,8 @@
5
.pull-right {
6
justify-content: flex-end;
7
}
8
+
9
+.ddorg__pf4-component-mapper__wizard {
10
+ height: calc(100vh - 48px);
11
+ max-height: 762px;
12
+}
0 commit comments