Android Webkit: Absolutely positioned elements don't respect z-index

后端 未结 8 979
星月不相逢
星月不相逢 2020-12-23 21:55

Nasty little bug, this one.

As illustrated in Android ticket 6721, the Android browser seems to not respect z-index when absolutely positioned elements are laid over

8条回答
  •  旧巷少年郎
    2020-12-23 22:21

    Put the under html in a div and set the display:none using javascript, so then the under content is gone, instead of being clickable and modal.

提交回复
热议问题