📜  html 总是显示滚动条 - Html 代码示例

📅  最后修改于: 2022-03-11 14:53:29.585000             🧑  作者: Mango

代码示例1
jQuery shouldn't be required. You could try adding the CSS:

body    {overflow-y:scroll;}
This works across the latest browsers, even IE6.