We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
最近在忙调试前端CSS的工作,中间遇到一个奇葩的问题:overflow hidden在ios上不起作用!其他浏览器和手机都可以,唯独Safari不行!幸好后面找到了方法,记录如下。
overflow hidden
ios
Safari
body { position:fixed; overflow-y:hidden; }
这种方法在我的测试中是work的,但是可能会导致页面布局改变。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
最近在忙调试前端CSS的工作,中间遇到一个奇葩的问题:
overflow hidden
在ios
上不起作用!其他浏览器和手机都可以,唯独Safari
不行!幸好后面找到了方法,记录如下。这种方法在我的测试中是work的,但是可能会导致页面布局改变。
The text was updated successfully, but these errors were encountered: