Why does my nav menu show behind my Content? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why does my nav menu show behind my Content?

https://code.sololearn.com/W60ks5SBnd88/?ref=app When the cursor is on the document, grid button creates a grid that has a nav button in the top left corner. Currently, when the nav menu button is pressed the menu options show behind the content and I’m not sure why. I’ve tried z-index in my css but that hasn’t worked. If someone has any info or tips they can offer, that would be greatly appreciated.

5th Dec 2018, 12:36 AM
Thomas Czernek
Thomas Czernek - avatar
1 Answer
+ 2
Thomas You can use <input> and <datalist>, that should solve your problem https://www.w3schools.com/tags/tag_datalist.asp https://code.sololearn.com/WYLZlnDztzPX/#html
5th Dec 2018, 5:15 AM
ODLNT
ODLNT - avatar