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 :-(

#172748
paulob
Participant

Hiding the overflow should solve the problem with any luck.

.flip-container{overflow:hidden}