mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
fix(side-nav-menu): expanded SideNavMenu
should not have a max-height (#1368)
* fix(side-nav-menu): expanded `SideNavMenu` should not have a max-height (fixes #1361) * chore(docs): remove max-height override
This commit is contained in:
parent
f2a9ae4638
commit
388a05c290
2 changed files with 5 additions and 5 deletions
|
@ -262,7 +262,3 @@ main.bx--content {
|
|||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.bx--side-nav__submenu[aria-expanded="true"] + .bx--side-nav__menu {
|
||||
max-height: 144rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue