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;
}