mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-22 23:31:12 +02:00
fix: red background appeared when blocknote editor is being loaded
This commit is contained in:
parent
8b534c9b68
commit
747b6f23c7
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ export function DashboardClientLayout({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<SidebarProvider
|
<SidebarProvider
|
||||||
className="h-full bg-red-600 overflow-hidden"
|
className="h-full overflow-hidden"
|
||||||
open={open}
|
open={open}
|
||||||
onOpenChange={setOpen}
|
onOpenChange={setOpen}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue