Using Flexbox for vertical-centering will distort the image. Better to use another vertical-centering technique like the translate approach.
See codepen example.
Adding focusable="false"
to the svg
will prevent the svg from receiving focus.
Using Flexbox for vertical-centering will distort the image. Better to use another vertical-centering technique like the translate approach.
See codepen example.
Adding focusable="false"
to the svg
will prevent the svg from receiving focus.