fix(docs-infra): prevent vertical nav item overflowing (#42561)

prevent the overflowing unwanted effect that happens during
a nav item opening and closing (during the chevron rotation)

PR Close #42561
This commit is contained in:
dario-piotrowicz 2021-06-11 21:37:42 +01:00 committed by Alex Rickabaugh
parent 3b81528ddd
commit 91e307b59d
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ aio-nav-menu {
background-color: transparent;
margin: 0;
width: 100%;
overflow: hidden;
}
.heading-children {