Disable browsers vertical and horizontal scrollbars

后端 未结 11 2366
一生所求
一生所求 2020-11-28 02:41

Is it possible to disable the browsers vertical and horizontal scrollbars using jQuery or javascript?

11条回答
  •  情深已故
    2020-11-28 03:34

    Because Firefox has an arrow key short cut, you probably want to put a

    around it with CSS style: overflow:hidden;.

提交回复
热议问题