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:
parent
3b81528ddd
commit
91e307b59d
|
@ -90,6 +90,7 @@ aio-nav-menu {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.heading-children {
|
.heading-children {
|
||||||
|
|
Loading…
Reference in New Issue