我想为小型设备隐藏溢出。我该怎么做?

时间:2018-10-14 08:02:58

标签: css html5

How to remove this line?

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

Css代码为:

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

}

0 个答案:

没有答案