开发者

How To Get Rid of Scroll Bar?

开发者 https://www.devze.com 2023-03-10 17:36 出处:网络
It\'s at the bottom of this page in Chrome. I can\'t see what would be putting开发者_Python百科 it there.

It's at the bottom of this page in Chrome.

I can't see what would be putting开发者_Python百科 it there.

Thank you,

Tara


Add

overflow: hidden;

to the #footbar element.


Remove

div#wrapper
{
overflow: auto;
}
0

精彩评论

暂无评论...
验证码 换一张
取 消