Byteclaw / visage

Visage design system
https://visage.design
MIT License
12 stars 3 forks source link

[Tooltip]: remove scrollbar in IE #581

Closed michalkvasnicak closed 4 years ago

michalkvasnicak commented 4 years ago

image

michalkvasnicak commented 4 years ago

There is a problem with floats in IE11, this can be fixed by Math.ceil but the other problem is that we need to detect scrollbar and subtract it from available space. This is only for IE11 and Edge it seems.

Then on mobile tooltips are somehow stripped in height so this needs to be fixed too.