WordPress 中响应式设计的溢出 X 问题
Overflow X problem with the responsive design in WordPress
我找不到为什么我在移动设备 phone(Android 和 iphone)上会溢出。
我在 WordPress 中使用移动模式时没有任何问题。
有人可以帮我吗?
这里 link : https://nicolas-paysage.fr
谢谢。
frymde
您可以将此添加到您的 CSS :
html{
overflow-x : hidden;
}
我找不到为什么我在移动设备 phone(Android 和 iphone)上会溢出。 我在 WordPress 中使用移动模式时没有任何问题。 有人可以帮我吗? 这里 link : https://nicolas-paysage.fr 谢谢。 frymde
您可以将此添加到您的 CSS :
html{
overflow-x : hidden;
}