Skip to content

Commit

Permalink
increase to max height to prevent weird overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RohinBhargava committed Sep 12, 2024
1 parent 57ade6f commit bab376a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ export function PlaygroundAuthorizationFormCard({

<FernCollapse isOpen={isOpen.value}>
<div className="pt-4">
<div className="fern-dropdown !max-h-[500px]">
<div className="fern-dropdown !max-h-full">
<PlaygroundAuthorizationForm auth={auth} closeContainer={isOpen.setFalse} disabled={disabled} />

<div className="flex justify-end p-4 pt-2 gap-2">
Expand Down

0 comments on commit bab376a

Please sign in to comment.