fix(hero): not fully scrollable in mobile

This commit is contained in:
ManishMadan2882
2024-03-19 21:39:16 +05:30
parent 80a4a094af
commit 9e6fe47b44
2 changed files with 8 additions and 12 deletions

View File

@@ -257,7 +257,7 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {
New Chat
</p>
</NavLink>
<div className="mb-auto h-[56vh] overflow-x-hidden overflow-y-scroll dark:text-white">
<div className="mb-auto h-[56vh] overflow-y-auto overflow-x-hidden dark:text-white">
{conversations && (
<div>
<p className="ml-6 mt-3 text-sm font-semibold">Chats</p>