File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ export default function SolutionPanel({ problem }: { problem: Problem }) {
1919 } , [ ] ) ;
2020
2121 return (
22- < div className = "flex h-full flex-col overflow-hidden p-5 sm:p-6" >
22+ < div className = "flex flex-col p-5 sm:p-6" >
2323 { /* editor */ }
24- < div className = "flex min-h-0 flex-1 flex-col" >
24+ < div className = "flex h-[50vh] flex-col" >
2525 < MarkdownEditor problemId = { problem . id } onNoteRef = { handleNoteRef } />
2626 </ div >
2727
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export default function SplitView({
1212 { left }
1313 </ div >
1414 { /* right pane */ }
15- < div className = "flex flex-col lg:sticky lg:top-14 lg: h-[calc(100vh-3.5rem)] lg:w-1/2" > { right } </ div >
15+ < div className = "flex flex-col lg:min- h-[calc(100vh-3.5rem)] lg:w-1/2" > { right } </ div >
1616 </ div >
1717 ) ;
1818}
You can’t perform that action at this time.
0 commit comments