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