Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/83.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
Html Chrome自动为车身元素添加高度_Html_Css_Ruby_Google Chrome_Twitter Bootstrap - Fatal编程技术网

Html Chrome自动为车身元素添加高度

Html Chrome自动为车身元素添加高度,html,css,ruby,google-chrome,twitter-bootstrap,Html,Css,Ruby,Google Chrome,Twitter Bootstrap,Chrome在我的网站的所有页面上为我的元素添加了一个高度。它在Firefox中不这样做。不管页面的高度如何,它总是向body元素添加height:958px。这是chrome浏览器读取它的方式: <body class="other" style="height: 958px"> 我正在为我的UI框架使用Twitter引导 看起来它是由HIDEADDRESBAR()函数添加的 <body class="other"> body { padding-top: 60

Chrome在我的网站的所有页面上为我的元素添加了一个高度。它在Firefox中不这样做。不管页面的高度如何,它总是向body元素添加height:958px。这是chrome浏览器读取它的方式:

<body class="other" style="height: 958px">

我正在为我的UI框架使用Twitter引导

看起来它是由HIDEADDRESBAR()函数添加的

<body class="other">
body {
  padding-top: 60px;
}

body.other {
  background-image: url( "/assets/bg_grey_noise_more.png" );
}