Feat: Fixed the issue that the top toolbar disappears when opening the agent operator form #3221 (#8579)

### What problem does this PR solve?

Feat: Fixed the issue that the top toolbar disappears when opening the
agent operator form #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-06-30 15:39:38 +08:00
committed by GitHub
parent d46c24045f
commit 40b1684c1e
4 changed files with 8 additions and 16 deletions

View File

@ -78,7 +78,7 @@ function Root({ children }: React.PropsWithChildren) {
}}
locale={locale}
>
<SidebarProvider>
<SidebarProvider className="h-full">
<App>{children}</App>
</SidebarProvider>
<Sonner position={'top-right'} expand richColors closeButton></Sonner>