简体   繁体   English

如何在IE中删除左侧滚动条

[英]How to Remove Left Side Scroll Bar in IE

There's a left side vertical scroll bar showing up on my website only in IE desktop browser. 我的网站上仅在IE桌面浏览器中显示左侧垂直滚动条。 I'm trying to figure out how to remove the left side scroll bar in IE. 我试图弄清楚如何在IE中删除左侧滚动条。 In other browsers (including tablet browsers) its not showing which is good. 在其他浏览器(包括平板电脑浏览器)中,无法显示哪个效果很好。

This issue is showing up in IE Edge and older versions of IE as well. IE Edge和较旧版本的IE中也出现此问题。

The left side vertical scroll bar is showing up underneath the fixed position header nav and it doesn't seem to have a function because the right side bar still does the scrolling. 左侧垂直滚动条显示在固定位置标题导航的下面,并且似乎没有功能,因为右侧条仍然可以滚动。 I believe it has something to do with this header nav because after adding the header nav that's when this bug popped up. 我相信这与该标题导航有关,因为添加该标题导航后即会弹出该错误。

Hopefully this is enough information to solve the issue. 希望这些信息足以解决问题。

overflow-y: hidden; 溢出-y:隐藏; isn't working or overflow: hidden; 没有工作或溢出:隐藏; or overflow: auto; 或溢出:自动; and other fixes I've seen aren't working either. 我见过的其他修复程序也不起作用。

Here's an image of the issue: 这是问题的图片:

在此处输入图片说明

Any help would be much appreciated. 任何帮助将非常感激。 Thanks. 谢谢。

在CSS声明-ms-overflow-style: none;尝试此操作-ms-overflow-style: none;

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM