Fix of hero section for chrome and firefox. Fix of conversations-container pushing containers below.
This commit is contained in:
Pavel
2023-12-10 16:28:20 +03:00
parent a62566e8fb
commit d43927a167
2 changed files with 10 additions and 10 deletions

View File

@@ -242,7 +242,7 @@ export default function Navigation({ navOpen, setNavOpen }: NavigationProps) {
</p>
</NavLink>
{conversations && (
<div className="conversations-container max-h-[25rem] overflow-y-auto">
<div className="conversations-container max-h-[19rem] overflow-y-auto">
<p className="ml-6 mt-3 text-sm font-semibold">Chats</p>
{conversations?.map((conversation) => (
<ConversationTile