Home > Article > Web Front-end > Looking for a CSS writing method for the DIV pop-up layer that is compatible with mobile browsers_html/css_WEB-ITnose
On PC, position:fixed;z-index:...; is enough, but on mobile browser UC, it seems not to work. DIV cannot be placed on top of the original content, and the original content is displayed behind the DIV. Looking for a compatible method, or how to implement it on mobile browsers?
Just write this: