Skip to content

Commit

Permalink
fix(side-nav): update max-block-size; closes carbon-design-system#10936
Browse files Browse the repository at this point in the history
… (carbon-design-system#11571)

Co-authored-by: Ariella Gilmore <ariellalgilmore@gmail.com>
  • Loading branch information
kennylam and ariellalgilmore authored Feb 23, 2024
1 parent ca07c2a commit 40d5cec
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ $css--plex: true !default;
padding: 0;
margin: 0;
}

.#{$prefix}--side-nav__submenu[aria-expanded='true']
+ .#{$prefix}--side-nav__menu {
max-block-size: none;
}
}

:host(#{$prefix}-side-nav-menu[active]) {
Expand Down

0 comments on commit 40d5cec

Please sign in to comment.