Closed RobiulMan closed 12 months ago
After showing the dropdown menu if while scrolling the page the dropdown items overlap the navigation bar. This is not appropriate behavior on that.
The dropdown items are shown by the Floating.tsx component. I added into the floating component inline CSS object style : { zIndex: 0 }.
style : { zIndex: 0 }
58
Dropdown Items Overlapping the Navbar.
Issus was:
After showing the dropdown menu if while scrolling the page the dropdown items overlap the navigation bar. This is not appropriate behavior on that.
i did change
The dropdown items are shown by the Floating.tsx component. I added into the floating component inline CSS object
style : { zIndex: 0 }
.Before
After