标签: css overflow
我很难更改我所成像的东西,实际上非常简单。在左侧,您可以看到我的代码。在右侧,您可以在浏览器中看到检查过的代码。
我需要的是更改“溢出:隐藏”;改为“ overglof:滚动;”。我已经在html {标记上创建了它,但是它在检查器上仍然显示相同。
有什么想法吗?谢谢
答案 0 :(得分:0)
尝试使用此代码。
html{ overflow: scroll !important; }