docs: increase max-height to render UIShell, UnorderedList items

This commit is contained in:
Eric Y Liu 2021-03-20 16:18:03 -07:00
commit 9dd0e954f1

View file

@ -260,6 +260,6 @@
}
.bx--side-nav__submenu[aria-expanded="true"] + .bx--side-nav__menu {
max-height: 120rem;
max-height: 124rem;
}
</style>