Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 434 Bytes

IE11.md

File metadata and controls

10 lines (7 loc) · 434 Bytes

IE11

Distorted image with Flexbox

Using Flexbox for vertical-centering will distort the image. Better to use another vertical-centering technique like the translate approach.

See codepen example.

SVG stealing focus when used inside a button

Adding focusable="false" to the svg will prevent the svg from receiving focus.