Fixed search input ring on toolbar

This commit is contained in:
Emir Karabeg
2025-01-31 18:51:06 -08:00
parent d5d38fc2f4
commit e5c67b7d95

View File

@@ -52,7 +52,7 @@ export function Toolbar() {
return (
<div className="fixed left-14 top-16 z-10 h-[calc(100vh-4rem)] w-64 border-r bg-background sm:block">
<div className="flex flex-col h-full">
<div className="px-4 pt-4 sticky top-0 bg-background z-20">
<div className="px-4 pt-4 pb-1 sticky top-0 bg-background z-20">
<div className="relative">
<Search className="absolute left-3 top-[50%] h-4 w-4 -translate-y-[50%] text-muted-foreground" />
<Input