首页 > 解决方案 > 不显示产品标题

问题描述

我的问题是产品的标题在滚动时没有显示在手机上,尽管如果你通过笔记本电脑检查它在手机上的显示方式,那么一切都很好。有人可以帮忙吗?

https://svitlanavorobets.github.io/toster/comparison.html

标签: javascripthtmlcssweb

解决方案


你可以试试这个:

<div class="header__top top-header" 
style="position: fixed; top: 0;width: 100%;">

<div class="header__bottom bottom-header" id="navbar" 
style="position: fixed; top: 50px;width: 100%;">

<main class="page-compare _container" 
style="margin-top: 52px !important;">

请为此使用 css 类。


推荐阅读