fix(ui): keep Hub chat input from overlapping SessionInsights on paste (#6719)

Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
Co-authored-by: Zane Staggs <zane@squareup.com>
This commit is contained in:
Abhijay Jain
2026-02-06 05:28:46 +05:30
committed by GitHub
parent 589f7c8279
commit edde10ab7c
4 changed files with 27 additions and 25 deletions
@@ -91,7 +91,7 @@ const AppLayoutContent: React.FC<AppLayoutContentProps> = ({ activeSessions }) =
};
return (
<div className="flex flex-1 w-full relative animate-fade-in">
<div className="flex flex-1 w-full min-h-0 relative animate-fade-in">
{!shouldHideButtons && (
<div className={`${headerPadding} absolute top-3 z-100 flex items-center`}>
<SidebarTrigger