ghosh / microtip

💬 Minimal, accessible, ultra lightweight css tooltip library. Just 1kb.
https://microtip.vercel.app/
MIT License
1.38k stars 74 forks source link

IE11 Support #36

Open schmidt1024 opened 4 years ago

schmidt1024 commented 4 years ago

To support our good ol' grand pa' IE11 I just added

_:-ms-fullscreen,
:root [role~="tooltip"]::after {
  white-space: pre-line;
}