Zooming screen causes text overlap issue

122
2
Jump to solution
2 weeks ago
Veronicampbell
New Contributor III

Hello, we've noticed that when zooming in (ctrl +) on our Hub site, the text can overlap the text boxes and become messy and unreadable. (Pictures included). Is there a setting, or HTML code that resolve this issue? Thank you!

0 Kudos
1 Solution

Accepted Solutions
KlaraSchmitt
Esri Regular Contributor

Do you have any custom CSS applied to your text? There are several factors that could result in a scenario like what you have in your pictures and the properties that immediately come to mind include having a fixed height on your text blocks, having overflow: visible, or using position: absolute, position: fixed on anything.

View solution in original post

0 Kudos
2 Replies
KlaraSchmitt
Esri Regular Contributor

Do you have any custom CSS applied to your text? There are several factors that could result in a scenario like what you have in your pictures and the properties that immediately come to mind include having a fixed height on your text blocks, having overflow: visible, or using position: absolute, position: fixed on anything.

0 Kudos
Veronicampbell
New Contributor III

Hi, thank you for your response - I have edited the HTML for these text boxes. There was a specified height, and it seems to be more dynamic now that I removed those. Thank you!

0 Kudos