Skip to content

Commit

Permalink
Workaround for unscrollable sidenav in react-workshop (#2283)
Browse files Browse the repository at this point in the history
  • Loading branch information
r100-stack authored Oct 4, 2024
1 parent 407f561 commit bfe09bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/react-workshop/.ladle/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit bfe09bc

Please sign in to comment.