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

Change to ic-side-navigation 'Layout example' #878

Closed
gd2910 opened this issue Mar 22, 2024 · 1 comment
Closed

Change to ic-side-navigation 'Layout example' #878

gd2910 opened this issue Mar 22, 2024 · 1 comment
Assignees
Labels
dx Related to developers' experience side navigation component The related component page type: bug 🐛 An unexpected problem or unintended behaviour
Milestone

Comments

@gd2910
Copy link
Contributor

gd2910 commented Mar 22, 2024

Summary of the bug

The IcSideNavigation layout example needs a style change on the

tag.
Current:
<main style={{height: '100vh'}}>
Change to:
<main style={{minHeight: '100vh'}}>

Base code, web-component and react code snippets will need to be updated.

🪜 How to reproduce

  1. Go to page: 'layout example'
  2. Shrink the window and scroll down
  3. See that the IcTypography is overlapping the footer

🧐 Expected behaviour

Typography should not overlap footer

@gd2910 gd2910 added type: bug 🐛 An unexpected problem or unintended behaviour dx Related to developers' experience side navigation component The related component page labels Mar 22, 2024
@MI6-255
Copy link
Contributor

MI6-255 commented Jun 5, 2024

Instead of fixing it, change this to remove the example and instead redirect to patterns

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dx Related to developers' experience side navigation component The related component page type: bug 🐛 An unexpected problem or unintended behaviour
Projects
Development

When branches are created from issues, their pull requests are automatically linked.

4 participants