diff --git a/apps/react-workshop/.ladle/global.css b/apps/react-workshop/.ladle/global.css index 5936b8af4dc..a33af0b6529 100644 --- a/apps/react-workshop/.ladle/global.css +++ b/apps/react-workshop/.ladle/global.css @@ -27,3 +27,8 @@ main { position: relative; transform: translateZ(0); } + +/* TODO: Remove when the sidenav scroll is fixed in Chrome. See https://github.com/tajo/ladle/issues/574 */ +nav.ladle-aside { + min-height: unset; +}