File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/dashboard/src/components/contract-functions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ) ) }
You can’t perform that action at this time.
0 commit comments