Skip to content

Commit 5677978

Browse files
committed
Ensure instructions grows to take full height with less content
1 parent 01360fa commit 5677978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/interface/client/src/components/WorkshopPanel/WorkshopPanel.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function WorkshopPanel() {
2828

2929
return (
3030
<div className="d-flex flex-column h-100">
31-
<div className="overflow-auto" ref={bodyRef}>
31+
<div className="overflow-auto flex-grow-1" ref={bodyRef}>
3232
<div className="workshop-body p-5 pt-3 pb-3">
3333
<MarkdownRenderer>{activeSection.content}</MarkdownRenderer>
3434
</div>

0 commit comments

Comments
 (0)