Skip to content

Commit eac3e6d

Browse files
committed
Update contract-function.tsx
1 parent 50b2465 commit eac3e6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/dashboard/src/components/contract-functions/contract-function.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ export const ContractFunctionsPanel: React.FC<ContractFunctionsPanelProps> = ({
425425
<TabPanel p="0">
426426
<Input
427427
placeholder="🔎 Search"
428-
className="sticky top-0 mb-3 rounded-none border-r-none border-l-none focus-visible:ring-0"
428+
className="sticky top-0 z-10 mb-3 rounded-none border-r-none border-l-none focus-visible:ring-0"
429429
onChange={handleKeywordSearch}
430430
/>
431431
{writeFunctions.map((e) => functionSection(e))}
@@ -435,7 +435,7 @@ export const ContractFunctionsPanel: React.FC<ContractFunctionsPanelProps> = ({
435435
<TabPanel p="0">
436436
<Input
437437
placeholder="🔎 Search"
438-
className="sticky top-0 mb-3 rounded-none border-r-none border-l-none focus-visible:ring-0"
438+
className="sticky top-0 z-10 mb-3 rounded-none border-r-none border-l-none focus-visible:ring-0"
439439
onChange={handleKeywordSearch}
440440
/>
441441
{viewFunctions.map((e) => functionSection(e))}

0 commit comments

Comments
 (0)