Fix CSS on Chat Border when have overflow of variables (#1564)

♻️ (IOview/index.tsx): remove unnecessary 'overflow-hidden' class from IOView component to fix layout issue
This commit is contained in:
Cristhian Zanforlin Lousa 2024-03-26 13:05:50 -03:00 committed by GitHub
commit 7c114ce37d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -129,7 +129,7 @@ export default function IOView({
</div>
</BaseModal.Header>
<BaseModal.Content>
<div className="flex h-full flex-col overflow-hidden">
<div className="flex h-full flex-col ">
<div className="flex-max-width mt-2 h-full">
{selectedTab !== 0 && (
<div