0

I made a little CSS drawing of BB-8:

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

Now there is a strange white line inside the body which appears because I set the overflow to hidden in the #bb8-body div. How do I get rid of it?

Here is the css for the div:

#bb8-body
    position: absolute
    border-radius: 50%
    border: 12px solid $color
    z-index: 200
    overflow: hidden
    background-color: $background
Simon Schiller
  • 644
  • 1
  • 8
  • 23
  • 1
    Possible duplicate of [Remove border around circular image](http://stackoverflow.com/questions/36311444/remove-border-around-circular-image) – Thamilhan Oct 25 '16 at 07:37
  • The solution in the post you mentioned is to set a background-color, I can't do that in my drawing – Simon Schiller Oct 25 '16 at 08:07

0 Answers0