Safari Issue
david-mcneill opened this issue · 1 comments
david-mcneill commented
I've been implementing vue-fixed-header into a project and noticed that it's not working in Safari (I have version 12.1.1 installed). Other browsers I've tested have all been fine.
When I run Vue Devtools and change the value of tag:
from "html"
to "body"
it then works as expected.
The getTargetTag function doesn't seem to look for Safari. Could it be added?
david-mcneill commented
This seems to have been resolved with the latest update to Safari 13. Closing now