-
Notifications
You must be signed in to change notification settings - Fork 138
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(CreateFullPage): header height to work properly on older browsers #5993
base: main
Are you sure you want to change the base?
fix(CreateFullPage): header height to work properly on older browsers #5993
Conversation
✅ Deploy Preview for carbon-for-ibm-products ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Looks good.
28cc0ca
to
f09bc26
Compare
} | ||
.c4p--create-full-page:has(.c4p--create-full-page__header) { | ||
grid-template-rows: auto minmax(auto, 100%); | ||
grid-template-rows: auto minmax(min-content, 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.
Hey @baraaabdelsalam ,
Looks like there is a height/scroll issue with this change. At smaller viewport heights, the footer buttons section need to be fixed and inner content has to scrollable which is not happening now.
Closes #5992
Fixes the header height issues that showed up in some older browsers
What did you change?
Modify some CSS code to ensure broader compatibility
How did you test and verify your work?
Manually on different browsers on MacOS