mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-08 22:48:14 -05:00
Fixed search input ring on toolbar
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user