Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have some portlets made in Webmethods 7 and when I update to Webmethods 8 I have horizontal scroll bars at the bottom of each portlet. How can I disable them?? Is it with CSS?

thanks!

share|improve this question

1 Answer

up vote 0 down vote accepted

You should use overflow:hidden.

share|improve this answer
I just found out it was set to overflow:auto, i'll try hidden thanks – Nick Nov 11 '11 at 21:15
it works thanks! – Nick Nov 11 '11 at 21:32
you're welcome :) – simone Nov 11 '11 at 22:03

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.