From 753c2c396c859c2d6bf54683506187750e382c5e Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Thu, 23 Jun 2022 05:40:30 -0700 Subject: [PATCH] chore(docs): remove max-height override --- docs/src/global.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/src/global.css b/docs/src/global.css index 61006422..a75bb70e 100644 --- a/docs/src/global.css +++ b/docs/src/global.css @@ -262,7 +262,3 @@ main.bx--content { z-index: 1; } } - -.bx--side-nav__submenu[aria-expanded="true"] + .bx--side-nav__menu { - max-height: 144rem; -}