We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 610be48 commit ee77a47Copy full SHA for ee77a47
src/sections/General/Navigation/utility/ScrollspyMenu.js
@@ -66,7 +66,7 @@ const ScrollspyMenu = ({ menuItems, ...props }) => {
66
))}
67
{activeState?.subItems && (
68
<React.Fragment>
69
- <ul className="dropdown" style={{ zIndex: "101" }}>
+ <ul className="dropdown" style={{ zIndex: "1000" }}>
70
<div className="nav-grid">
71
<div className="hr">
72
<Link className="section" to={activeState.path} activeClassName="nav-link-active">{activeState.name}
0 commit comments