diff options
Diffstat (limited to 'less/tables.less')
| -rw-r--r-- | less/tables.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/tables.less b/less/tables.less index c2319854a..1dfc46c85 100644 --- a/less/tables.less +++ b/less/tables.less @@ -169,11 +169,12 @@ table { // will display normally. .table-responsive { + overflow-x: auto; + @media screen and (max-width: @screen-xs-max) { width: 100%; margin-bottom: (@line-height-computed * 0.75); overflow-y: hidden; - overflow-x: auto; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid @table-border-color; -webkit-overflow-scrolling: touch; |
