Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arrow label position is broken in Safari #129

Open
marcocheungkami opened this issue Dec 2, 2020 · 1 comment
Open

Arrow label position is broken in Safari #129

marcocheungkami opened this issue Dec 2, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@marcocheungkami
Copy link

marcocheungkami commented Dec 2, 2020

The arrow label does not display properly in Safari.
Guess need to change the CSS prop of position from 'absolute' to 'fixed' for adjusting the issue.

image

image

@pierpo pierpo added the bug Something isn't working label Dec 5, 2020
@pierpo
Copy link
Owner

pierpo commented Dec 5, 2020

Hi!

Thanks for the feedback. Indeed, position: fixed seems to fix it!
It feels wrong though, it's really supposed to be a position: absolute. I'm afraid of unanticipated side effects 😕

I'll have a look. Feel free to suggest other solutions if you can think of any 😊

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants