Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit 786a5a6

Browse files
fix search container position in tauri (#709)
1 parent 1c01baf commit 786a5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/TextSearch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const TextSearch = ({
136136
currentResult={currentResult}
137137
setCurrentResult={setCurrentResult}
138138
searchValue={searchValue}
139-
containerClassName="fixed top-[66px] right-[5px]"
139+
containerClassName="fixed top-[100px] right-[5px]"
140140
/>
141141
);
142142
};

0 commit comments

Comments
 (0)