Skip to content

Commit ee77a47

Browse files
committed
Update Integrations menu search icon
Signed-off-by: hemantmm <[email protected]>
1 parent 610be48 commit ee77a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sections/General/Navigation/utility/ScrollspyMenu.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const ScrollspyMenu = ({ menuItems, ...props }) => {
6666
))}
6767
{activeState?.subItems && (
6868
<React.Fragment>
69-
<ul className="dropdown" style={{ zIndex: "101" }}>
69+
<ul className="dropdown" style={{ zIndex: "1000" }}>
7070
<div className="nav-grid">
7171
<div className="hr">
7272
<Link className="section" to={activeState.path} activeClassName="nav-link-active">{activeState.name}

0 commit comments

Comments
 (0)