首页 > 解决方案 > 我想隐藏小型设备的溢出。我该怎么做?

问题描述

如何删除这条线?

在这里,我使用引导程序进行响应。但我需要修复溢出。

CSS代码是:

.border-wrapper {
position: absolute;
height: 4px;
background: #333;
top: 64%;
left: 50%;
width: 51%;
z-index: 0;
transform: translate(-50%,0%);
overflow: hidden;

}

标签: csshtml

解决方案


推荐阅读