fix: 🐛

This commit is contained in:
codytseng 2025-03-15 11:37:09 +08:00
parent eb15544195
commit 5c9f67c7e9
4 changed files with 17 additions and 12 deletions

View file

@ -10,7 +10,7 @@ export function Titlebar({
return (
<div
className={cn(
'sticky top-0 w-full h-12 z-40 bg-background [&_svg]:size-5 [&_svg]:shrink-0',
'sticky top-0 w-full h-12 z-40 bg-background [&_svg]:size-5 [&_svg]:shrink-0 select-none',
className
)}
>