Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

baraaabdelsalam
Copy link
Contributor

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

@baraaabdelsalam baraaabdelsalam requested a review from a team as a code owner September 2, 2024 14:39
@baraaabdelsalam baraaabdelsalam requested review from elycheea and makafsal and removed request for a team September 2, 2024 14:39
Copy link

netlify bot commented Sep 2, 2024

Deploy Preview for carbon-for-ibm-products ready!

Name Link
🔨 Latest commit f09bc26
🔍 Latest deploy log https://app.netlify.com/sites/carbon-for-ibm-products/deploys/66d6c36716426c0008f77b89
😎 Deploy Preview https://deploy-preview-5993--carbon-for-ibm-products.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

makafsal
makafsal previously approved these changes Sep 3, 2024
Copy link
Member

@makafsal makafsal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

}
.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%);
Copy link
Contributor

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.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CreateFullPage]: Header height issues on some older browsers
3 participants