2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

Table-responsive: changed overflow-x to auto to hide scrollbar when it's not overflown, fixes #13669.

This commit is contained in:
Nadan Gergeo
2014-05-24 05:50:45 +02:00
parent 8e568a8e36
commit 36616db81d
+1 -1
View File
@@ -173,7 +173,7 @@ table {
width: 100%;
margin-bottom: (@line-height-computed * 0.75);
overflow-y: hidden;
overflow-x: scroll;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid @table-border-color;
-webkit-overflow-scrolling: touch;