Home › Forums › CSS › Shifting/jumping on an element after transform › Reply To: Shifting/jumping on an element after transform
November 14, 2015 at 2:55 am
#234890
Participant
Hi,
I’m pretty sure it’s a Firefox bug :/
If you’re happy to use Flexbox, you could centrally position the button using that, which got rid of the problem for me: http://codepen.io/timbarden/pen/xwmBEV
Hope that helps!
Tim