0

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.

enter image description here

Does someone already seen this issue, and possibly have a fix?

4

1 回答 1

1

Try using some css properties like margin-right or word-break...

eg:

margin-right:10px;

or

word-break: break-all;

This might work...

于 2012-12-29T22:32:02.380 回答