-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: full page story with global header #4794
fix: full page story with global header #4794
Conversation
❌ Deploy Preview for carbon-for-ibm-products failed.
|
@@ -21,8 +21,15 @@ | |||
$block-class: #{c4p-settings.$pkg-prefix}--create-full-page; | |||
$step-block-class: #{c4p-settings.$pkg-prefix}--create-full-page__step; | |||
|
|||
.#{$block-class} .#{$block-class} { | |||
.#{$block-class}.#{$block-class} { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate class names?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@paul-balchin-ibm I didn't add the duplicate names, just made them functional assuming they were supposed to.
Removed the duplicate.
af77a38
I think this change introduced this issue: |
color: var(--cds-text-primary, #161616); | ||
grid-template-rows: minmax(auto, 100%); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @lee-chase
This doesn't work on some browsers which causes some height issues as you can see from the screenshot.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please take a look at this PR:
#5993
A global header does not work with full page create
What did you change?
E.g.

How did you test and verify your work?
Storybook
Next
May need to raise issue for other full page e.g. edit?