搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

I need to turn the horizontal and vertical scroll bars off when in full screen mode is this possible

  • 1 个回答
  • 2 人有此问题
  • 4 次查看
  • 最后回复者为 cor-el

more options

I am using a touchscreen monitor and am running the website at 1280 x 1024, however there are scroll bars and I dont want them and I dont want to alter the HTML

I am using a touchscreen monitor and am running the website at 1280 x 1024, however there are scroll bars and I dont want them and I dont want to alter the HTML

所有回复 (1)

more options

Try this code in the file userContent.css


html,body { overflow: hidden !important; }

由cor-el于修改