在触摸屏设备上滚动时,“固定”页脚栏会移动

时间:2019-07-14 20:13:12

标签: css

我有一个固定在移动设备页面底部的页脚栏。页脚栏上有一个链接,可打开一个菜单。打开该菜单后,如果您向上滑动并将手指放在屏幕上,则页脚栏将在触摸屏设备上暂时向上移动。在GIF中可以看到此问题。我希望页脚栏始终保持固定在屏幕底部,无论如何。我该如何实现?这是我第一次发布问题,因此,如果您需要我提供任何其他信息,请告诉我。

因为我的声誉至少为10,所以我无法发布问题的GIF。这是链接:https://i.imgur.com/VxYtA2K.gif

.mobile_bottom_tools {
    background-color: white;
    position: fixed;
    min-height: var(--const_bottom_toolbar);
    max-height: var(--const_bottom_toolbar);
    border-top: 1px solid #70707055;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
}

0 个答案:

没有答案