Skip to content

Commit 197de70

Browse files
committed
Hotfix: add breathing room for log search bar at top
1 parent aee756e commit 197de70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Simple.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ export default function Simple() {
379379
<>
380380
<div
381381
ref={logsRef}
382-
className="sticky top-0 m-0 space-y-3 my-2 pb-2 z-40"
382+
className="sticky top-0 m-0 space-y-3 my-2 py-2 z-40"
383383
>
384384
<div className="relative rounded-full bg-background">
385385
<div className="flex flex-col border dark:border-none rounded-full px-4 py-3 shadow-sm dark:bg-input/30">

0 commit comments

Comments
 (0)