Google Chrome not respecting z-index

后端 未结 6 1437
后悔当初
后悔当初 2020-12-31 01:06

As per the title, it seems only Chrome isn\'t playign along. Note that form fields cannot be clicked on which are on the left portion of the screen. This only occurs on some

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-31 01:13

    Without a link to look at, it's a bit tough to see what the problem might be.

    Do you have a z-index: -1; anywhere (a negative number is the key here, doesn't matter the number)? I have found in the past this renders the container void from being interacted with.

    Good luck!

提交回复
热议问题