Safari bug - tables get clipped

404

Netspy

posted on 11 Nov 23

Enjoy great content like this and a lot more !

Signup for a free account to write a post / comment / upvote posts. Its simple and takes less than 5 seconds




npack15-Nov-23

I''ll try to reproduce this, I don''t have access to safari browser, will try to get to it soon

Netspy18-Nov-23

In the Webtools I can see that your CANVAS element has different width information.

One with HTML attribute: width="1034"

And one with style attribute: style="width: 517px; …"

Safari picks the CSS width (correct behavior). Because your container DIV #output has a min-width:25% rule, the DIV ist only 517 px wide.

npack28-Nov-23

I tweaked the CSS a little, it seems to render well now on the safari browser on the ipad.

Can you try once and let us know if it works for you ?