Skip to content

Commit 9e994b8

Browse files
committed
Fix non-scrollable side nav in latest Chrome
1 parent c274732 commit 9e994b8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/long-lies-add.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ladle/react": patch
3+
---
4+
5+
Fix non-scrollable side nav in latest Chrome

packages/ladle/lib/app/ladle.css

-1
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,6 @@ blockquote.ladle-markdown {
635635
padding-left: calc(2em - 16px);
636636
min-width: 15em;
637637
background-color: var(--ladle-bg-color-secondary);
638-
min-height: max-content;
639638
align-self: stretch;
640639
}
641640

0 commit comments

Comments
 (0)