chore(Wizard): resolved scroll issue and used ActionList for wizard buttons#6611
Conversation
|
Preview: https://patternfly-pr-6611.surge.sh A11y report: https://patternfly-pr-6611-a11y.surge.sh |
There was a problem hiding this comment.
Nice! I think we can now update the footer just to be a regular box since the action list provides the button layout we need. We can take off all the flex stuff and child styling. Another thing to look for is the footer's bottom padding currently accounts for the bottom margin we're adding to children (buttons) in the footer, so that padding will likely need to be updated, too.
patternfly/src/patternfly/components/Wizard/wizard.scss
Lines 513 to 533 in c3f6c81
5641104 to
5696459
Compare
|
@mcoker Updated, but just to note In React, a consumer would still be able to create a custom footer that doesn't use ActionList (see custom footer example). In those scenarios, I assume we'd just recommend either using Action List or utilizing our flex layouts? |
Closes #6314