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.
2 parents 9bbb5f6 + e089ba4 commit 1736652Copy full SHA for 1736652
packages/pf4-component-mapper/src/wizard/wizard.js
@@ -92,7 +92,13 @@ const WizardInternal = ({
92
}
93
94
return (
95
- <Modal inModal={inModal} container={state.container} aria-labelledby={rest.name} {...ModalProps}>
+ <Modal
96
+ inModal={inModal}
97
+ container={state.container}
98
+ aria-labelledby={rest.name}
99
+ {...ModalProps}
100
+ className={inModal ? ` pf-v5-c-wizard${ModalProps.className || ''}` : ModalProps.className}
101
+ >
102
<div
103
tabIndex={inModal ? 0 : null}
104
className={`pf-v5-c-wizard ${inModal ? '' : 'no-shadow'} ddorg__pf4-component-mapper__wizard ${className ? className : ''}`}
0 commit comments