klaemo / popover

Small, composable popover component.
13 stars 5 forks source link

Fix positioning of popovers in IE11 where window.scrollX (and scrollY) doesn't work. #5

Closed kasperfilstrup closed 8 years ago

kasperfilstrup commented 8 years ago

Added window.pageXOffset and window.pageYOffset in combination with window.scrollX and window.scrollY, to fix the positioning of the popover in specifically IE11.

klaemo commented 8 years ago

Thanks :) Published as 2.4.1