ic-design-system
ic-design-system copied to clipboard
Change to ic-side-navigation 'Layout example'
Summary of the bug
The IcSideNavigation layout example needs a style change on the <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
- Go to page: 'layout example'
- Shrink the window and scroll down
- See that the IcTypography is overlapping the footer
🧐 Expected behaviour
Typography should not overlap footer