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

Org chart tree rendering is not working in Safari or any browser in iPhone #449

Open
meta5xserver opened this issue Feb 6, 2025 · 2 comments

Comments

@meta5xserver
Copy link

Describe the bug
Org chart tree rendering is not working in Safari or any browser in iPhone

  1. Safari Web
  2. Safari iPhone
  3. Chrome iPhone

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'iPhone'
  2. Click on 'Safari or Chrome'
  3. Scroll down to 'Open the Org Chart'
  4. Page rendered but the tree

Expected behavior
Page rendered but the tree is not properly shown and it is cluttered across

Screenshots
Image
Image

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. safari]
  • Version [e.g. 15.2]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone12]
  • OS: [e.g. iOS18.3]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 133]

Additional context
Request to provide some valuable input.

@bumbeishvili
Copy link
Owner

That's a known issue and it's something safari has to take care of

You can see more details about it here

#69

@meta5xserver
Copy link
Author

meta5xserver commented Feb 7, 2025

Found the issue and fixed it. Thought was a big issue. but very simple check your div box position is absolute just remove and use top left to position your text or image.

Below is just an eg:-
From
This : <div style="color:#ffffff;position:absolute;right:15px;top:-20px; width:165px;">eg:</div>
to
This : <div style="margin-left: 140px;margin-top: -175px;left:0;right:100;top:-20px;">eg:</div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants