奇怪的白线溢出:隐藏

时间:2016-10-25 07:31:06

标签: html css css3 sass

我制作了一张BB-8的CSS绘图:

http://codepen.io/simonschiller/pen/LRqKZg

现在身体内部出现了一条奇怪的白线,因为我将溢出设置为隐藏在#bb8-body div中。我该如何摆脱它?

这是div的css:

#bb8-body
    position: absolute
    border-radius: 50%
    border: 12px solid $color
    z-index: 200
    overflow: hidden
    background-color: $background

0 个答案:

没有答案
相关问题