Why don't dropdown menus rise above the slider?
-
Hello. Layout layout.
There was a problem. Dropdown menus drop down on slider on hover. z-index doesn't help.
https://pateder.ru/Development/sineo/
If that slider owl. I can’t win for 20 minutes. Tell me who is fumbling, what's the matter. Thank you.JavaScript Jude Vaughan, Jun 10, 2020 -
Set the parent block to z-index
.nav__container {
height: 100%;
position: relative;
z-index: 2;
}
Nathan Stuart
1 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!