feat: improve editor panel markdown handling and update fixed toolbar positioning

This commit is contained in:
Anish Sarkar 2026-05-20 11:52:41 +05:30
parent 73043a0756
commit 43c8aaeaa7
2 changed files with 16 additions and 9 deletions

View file

@ -14,7 +14,7 @@ export function FixedToolbar({
return (
<Toolbar
className={cn(
"scrollbar-hide absolute top-0 left-0 z-40 w-full justify-between overflow-x-auto border-b bg-background p-1",
"scrollbar-hide sticky top-0 z-40 w-full shrink-0 justify-between overflow-x-auto border-b bg-background p-1",
className
)}
{...props}