From: Nadan Gergeo Date: Sat, 24 May 2014 03:50:45 +0000 (+0200) Subject: Table-responsive: changed overflow-x to auto to hide scrollbar when it's not overflow... X-Git-Tag: v3.2.0~97^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36616db81dbf463c932b77c9bae8c722f007f8a3;p=thirdparty%2Fbootstrap.git Table-responsive: changed overflow-x to auto to hide scrollbar when it's not overflown, fixes #13669. --- diff --git a/less/tables.less b/less/tables.less index 555d7924c6..d46b141d90 100644 --- a/less/tables.less +++ b/less/tables.less @@ -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;