Closed srallen closed 9 years ago
Good call on querySelectorAll
- I tried getElementById
, which is also supported on SVG objects in IE, but I like your way better and doesn't require a markup change.
I think display: flex
was used to create a sticky footer, but I don't think that'll ever be needed.
For #73:
display: flex
from body since it wasn't doing anything but breaking in IE11getElementsByClassName
forquerySelectorAll
because it isn't supported on a SVG object in IE.