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

mysterium iframe hangs off side of screen and no way to scroll #555

Open
shawaj opened this issue Apr 18, 2023 · 4 comments
Open

mysterium iframe hangs off side of screen and no way to scroll #555

shawaj opened this issue Apr 18, 2023 · 4 comments
Assignees

Comments

@shawaj
Copy link
Member

shawaj commented Apr 18, 2023

Screenshot 2023-04-18 at 12 19 34

@Louisreed
Copy link
Contributor

Looks like the Iframe needs 'overflow-x: scroll' as well!

@Louisreed
Copy link
Contributor

Louisreed commented May 24, 2023

@shawaj The issue is that not all elements on the mystnode page are fully responsive. The iframe is set to 100vw so scales properly and you can see some myst content is responsive above and below. Maybe an issue to raise with their dev team?

Screenshot 2023-05-24 at 01 04 23

@Louisreed
Copy link
Contributor

Unsetting 'min-width: fit-content' on the Earning Report container makes the chart responsive and x-scrollable.

Screenshot 2023-05-24 at 01 07 38

@shawaj
Copy link
Member Author

shawaj commented May 24, 2023

@Louisreed the strange thing is, if you view the page not in the iframe (use :4449 after the IP address instead of /myst) then the earnings report is scrollable and works fine.

So it must be something to do with the iframe

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

3 participants