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