fix: red background appeared when blocknote editor is being loaded

This commit is contained in:
Anish Sarkar 2025-12-29 01:42:08 +05:30
parent 8b534c9b68
commit 747b6f23c7

View file

@ -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}
>