我正在使用以下标记。水平滚动条显示在移动浏览器和 chrome 开发工具上,但被锁定在左侧,无法拖动或滚动。
<div class="table-responsive">
<table class="table table-hover">
...
</table>
</div>
css
除了默认的引导样式之外,似乎没有其他任何东西。table.table
有width: 100%
,max-width: 100%
但它们来自引导程序。尝试将它们更改为width: auto
但max-width: none !important
不起作用。
我正在使用Bootstrap 3.3.6
和AdminLTE 2