mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-04 13:22:41 +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 (
|
||||
<SidebarProvider
|
||||
className="h-full bg-red-600 overflow-hidden"
|
||||
className="h-full overflow-hidden"
|
||||
open={open}
|
||||
onOpenChange={setOpen}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue