Skip to content

Commit

Permalink
Fix non-scrollable side nav in latest Chrome (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
tajo authored Oct 7, 2024
1 parent c274732 commit 5af1fea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/long-lies-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ladle/react": patch
---

Fix non-scrollable side nav in latest Chrome
1 change: 0 additions & 1 deletion packages/ladle/lib/app/ladle.css
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,6 @@ blockquote.ladle-markdown {
padding-left: calc(2em - 16px);
min-width: 15em;
background-color: var(--ladle-bg-color-secondary);
min-height: max-content;
align-self: stretch;
}

Expand Down

0 comments on commit 5af1fea

Please sign in to comment.