问题
I applied Overflow:hidden
to <body> and <html>
tags to stop scrolling of page when popup element is clicked this property working fine for me in almost every browser but not in Safari I googled for this solution but cannot find a solution to this so please someone help me in solving this thanks in advance
回答1:
Could you try adding the overflow to the Body and the HTML tag?
html,
body {
overflow: hidden;
}
来源:https://stackoverflow.com/questions/28407499/overflowhidden-not-working-in-safari-browser