Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/user-interface/2.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
Twitter bootstrap 3 Bootstrap 3移动设备上无滚动条_Twitter Bootstrap 3 - Fatal编程技术网

Twitter bootstrap 3 Bootstrap 3移动设备上无滚动条

Twitter bootstrap 3 Bootstrap 3移动设备上无滚动条,twitter-bootstrap-3,Twitter Bootstrap 3,我有一个表,但在移动设备上没有任何滚动条。有没有一种方法可以在移动设备上显示它,这样用户就可以理解表格是可滚动的 <div class="table-responsive" > <table class="table"> <thead> 检查任何受影响的表响应代码 .table-responsive { overflow-x: auto !important; } 溢出-x:hidden表示无法工作。可滚动。但滚动条不可见。在Andro

我有一个表,但在移动设备上没有任何滚动条。有没有一种方法可以在移动设备上显示它,这样用户就可以理解表格是可滚动的

<div class="table-responsive" >
  <table class="table">
    <thead>

检查任何受影响的表响应代码

.table-responsive {
    overflow-x: auto !important;
}

溢出-x:hidden表示无法工作。

可滚动。但滚动条不可见。在Android默认浏览器和firefox中,滚动条不可见。但仍然可以滚动。我需要滚动条是可见的。