Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I have an issue with the right part of the text in a div being hidden when the scrollbar is shown!
No problem with IE, but with Firefox or Chrome.
Does someone already seen this issue, and possibly have a fix?
Try using some css properties like margin-right or word-break...
eg:
margin-right:10px;
or
word-break: break-all;
This might work...