Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/34.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css Windows浏览器中不断显示双滚动条_Css - Fatal编程技术网

Css Windows浏览器中不断显示双滚动条

Css Windows浏览器中不断显示双滚动条,css,Css,我使用tlk聊天集成,并且只在Windows Firefox+IE上看到2个滚动条 tlk允许我在他们的聊天中添加自定义CSS 我做了一些研究,我尝试了下面所有的方法来防止它,但是没有一种CSS有效。在我的HTML文件的顶部,我添加了 //html, body {height:100% !important;} // html { overflow-y: scroll !important ;} // * html .clearfix { height: 1% !important; } //

我使用tlk聊天集成,并且只在Windows Firefox+IE上看到2个滚动条

tlk
允许我在他们的聊天中添加自定义CSS

我做了一些研究,我尝试了下面所有的方法来防止它,但是没有一种CSS有效。在我的HTML文件的顶部,我添加了

//html, body {height:100% !important;}
// html { overflow-y: scroll !important ;}
// * html .clearfix { height: 1% !important; }
// html {overflow-y: hidden !important; }
小提琴=

如果你在窗户上看,你会像我一样看到这个


如何调试它?

这与laravel和PHP完全无关

元素#tlkio有一个CSS规则
溢出:auto的解释不同。要覆盖它,可以执行以下操作:

#tlkio {overflow: hidden !important}
理想情况下,您可以更改原始规则而不覆盖它,但我假设您不能这样做,因为它是第三方集成


查看:

您应该已经知道,您需要发布一个显示问题的标记的最小工作示例。你没有给我们任何可以合作的东西。