Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] CSS3 flip animation gives me a horizontal scrollbar :-( Reply To: [Solved] CSS3 flip animation gives me a horizontal scrollbar :-(

#172750
paulob
Participant

Hi,

Actually I just noticed that the fix I suggested clips the element when it spins so may not be the best solution. Perhaps adding overflow to a parent may be better but you may still get a clip at the bottom of the screen unless you add a little bit of bottom padding.

.vierkantBox{overflow:hidden;padding-bottom:10px}