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.
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