Skip to content

Commit

Permalink
fix: menu boulette overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-theg committed Jun 11, 2024
1 parent f6fad06 commit 502fe16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/chat/ConversationBeneficiaire.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function ConversationBeneficiaire({
}

return (
<div className='h-full flex flex-col min-h-0 bg-grey_100 overflow-auto'>
<div className='h-full flex flex-col min-h-0 bg-grey_100'>
{!afficherRecherche && (
<Conversation
beneficiaireNomComplet={beneficiaireNomComplet}
Expand Down

0 comments on commit 502fe16

Please sign in to comment.