Skip to content

Commit

Permalink
feat: Updated app/picker/page.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Mar 7, 2024
1 parent 5422660 commit 671fa69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/picker/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Picker() {
<div className="hidden flex-col md:flex">
<ResizablePanelGroup
direction="horizontal"
className="h-full max-h-[800px] items-stretch"
className="h-full resize-y overflow-hidden items-stretch"
>
<RequestCard html={html} setHtml={setHtml}/>
<ResizableHandle withHandle/>
Expand Down

0 comments on commit 671fa69

Please sign in to comment.