We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01360fa commit 5677978Copy full SHA for 5677978
components/interface/client/src/components/WorkshopPanel/WorkshopPanel.jsx
@@ -28,7 +28,7 @@ export function WorkshopPanel() {
28
29
return (
30
<div className="d-flex flex-column h-100">
31
- <div className="overflow-auto" ref={bodyRef}>
+ <div className="overflow-auto flex-grow-1" ref={bodyRef}>
32
<div className="workshop-body p-5 pt-3 pb-3">
33
<MarkdownRenderer>{activeSection.content}</MarkdownRenderer>
34
</div>
0 commit comments