如何移除或禁用移动页面的最小高度?

12

我的网页移动版中,图片之间出现了无法删除的白色空格。

当我检查代码并切换最小高度时,它会消失:

@media only screen and (max-width: 1024px)
.edgtf-section.edgtf-parallax-section-holder:not(.edgtf-full-screen-height-touch), .touch .edgtf-parallax-section-holder.edgtf-parallax-section-holder-touch-disabled:not(.edgtf-full-screen-height-touch) {
    height: auto !important;
    min-height: 400px;
}

网站:Creationflame.com

1个回答

28

很抱歉,我已经接受并点赞了,但由于我是新手,它并没有显示出来。我忘记了我还需要接受它。> < - Lushain

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接