Change to ic-side-navigation 'Layout example' #878
Labels
dx
Related to developers' experience
side navigation component
The related component page
type: bug 🐛
An unexpected problem or unintended behaviour
Milestone
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
🧐 Expected behaviour
Typography should not overlap footer
The text was updated successfully, but these errors were encountered: