垂直滚动条位置绝对 [英] Vertical Scrollbar Position Absolute

查看:108
本文介绍了垂直滚动条位置绝对的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我的问题是,滚动条改变我的网站的宽度,当出现通过给一些问题在我的布局。

我不想删除它,我只是想让它的宽度不会影响我的布局。



谢谢!

解决方案

要在滚动条出现时阻止布局移动,可以使用css

  html {
overflow-y:scroll;
}


Is there a way to have a cross browser vertical scrollbar with an absolute position?

My problem is that the scrollbar changes the width of my website when appears by giving some issues in my layout.

I do not want to remove it, I just want to make its width not disturbing my layout..

Thanks!

解决方案

To stop your layout from moving when the scrollbar appears, you can use the css below to always make your scrollbar visible.

html{
    overflow-y: scroll;
}

这篇关于垂直滚动条位置绝对的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆