如何在 Webmethods 8 中禁用滚动条?
我有一些在 Webmethods 7 中制作的 portlet,当我更新到 Webmethods 8 时,每个 portlet 的底部都有水平滚动条。我怎样才能禁用它们?是用CSS吗?
谢谢!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该使用
overflow:hidden
。You should use
overflow:hidden
.