mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-04 13:22:41 +02:00
fix(LayoutShell): add 'isolate' class to main content panel
This commit is contained in:
parent
680a1c1c38
commit
1863f2832b
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ function MainContentPanel({
|
|||
const isDocumentTab = activeTab?.type === "document";
|
||||
|
||||
return (
|
||||
<div className="relative flex flex-1 flex-col min-w-0">
|
||||
<div className="relative isolate flex flex-1 flex-col min-w-0">
|
||||
<TabBar
|
||||
onTabSwitch={onTabSwitch}
|
||||
onNewChat={onNewChat}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue