Iphone 覆盖了 html 的 css 属性

Iphone overrides my css properties for the html

提问人:Sofia Perez 提问时间:10/18/2023 更新时间:10/18/2023 访问量:14

问:

好的,所以我在 css 中有这些属性覆盖了用于滚动捕捉导航的 html,而在 Iphone 中它只是消失了,它根本不滚动。这是我的代码: CSS的

html{
  scroll-snap-type: y proximity;
  scroll-padding: none;
  height: 100%;
}

我在html代码中确实有这个:

<meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1.0, user-scalable=no">

我不明白为什么在 Windows 和 Android 上工作完美,但在 iPhone 上它什么也做不了。以防万一,我正在使用 bootstrap 5 来提高响应能力。有什么解决办法吗?

HTML CSS iPhone 引导程序-5

评论


答: 暂无答案