ghosh / microtip

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

Doesn't support box-shadow'ed tooltips #26

Open cliffordfajardo opened 5 years ago

cliffordfajardo commented 5 years ago

Mostly created this issue for historical purposes of if people were looking for info adding box shadows to this tooltip.

One thing to note: This implementation of the tooltip with CSS only doesn't support box-shadows for older browsers that don't support css-filters unfortunately.

screen shot 2019-01-24 at 7 45 50 am

Older browsers (no css filter property support):

Newer browsers: