Combo box JQuery z-index

0

I'm using the combo combo box. But I'm having an error that causes the combo to be behind the content from below. I am from yesterday looking for stories and forums to solve this problem. I already used the z-index, display and position. I'm also using Framework 7. See the image below, I put a background just for base:

Project Code

    
asked by anonymous 13.09.2018 / 16:47

2 answers

0

Add position relative in the element that should be behind and will be the base for the other, this must be parent in the element's html hierarchy that should be in front. The element that should be at the front should have absolute position, absolute height and width in pixel, and the z-index property.

    
13.09.2018 / 20:06
0

I had to put the Z-index of the bottom column as 0! important

    
13.09.2018 / 17:27