Skip to content
New issue

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 不起作用 #6

Open
Hancoson opened this issue Jul 19, 2016 · 0 comments
Open

CSS Overflow Hidden在 IOS 不起作用 #6

Hancoson opened this issue Jul 19, 2016 · 0 comments

Comments

@Hancoson
Copy link
Owner

最近在忙调试前端CSS的工作,中间遇到一个奇葩的问题:overflow hiddenios上不起作用!其他浏览器和手机都可以,唯独Safari不行!幸好后面找到了方法,记录如下。

body {
    position:fixed;
    overflow-y:hidden;
}

这种方法在我的测试中是work的,但是可能会导致页面布局改变。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant