首页 > 解决方案 > Ios 设备 CSS 网格的不需要的滚动到顶部

问题描述

我在移动 Safari 中的滚动条出现问题,当您向下滚动时,我创建的卡片会自动转到顶部。滚动条在 android 和 desktopas 中完美运行,如链接所示https://www.besocialscene.com/new-sept-homepage?hs_preview=YhTtsyAc-13258353405但在 Ios 上效果不佳。见下文。

CSS 保存在 Jfiddlehttps://jsfiddle.net/cfpywmd6/ 我尝试将此样式添加到容器中,但仍然无法正常工作

 max-height:100%;

标签: csssafari

解决方案


.back .description ul {
  position: absolute;
}

.back .description ul .draw-border {
  width: calc(100% - 5px);
}

推荐阅读