diff options
| author | Mark Otto <[email protected]> | 2013-08-23 23:32:06 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-23 23:32:16 -0700 |
| commit | adac269f950b6b75056ea8d578c5b3f179b712c7 (patch) | |
| tree | cb84403cce18169fc3608b231deb8df9a0c8e695 /dist/css/bootstrap.css | |
| parent | d82030f482023732210814c05d34c2b15b47f3ff (diff) | |
| download | bootstrap-adac269f950b6b75056ea8d578c5b3f179b712c7.tar.xz bootstrap-adac269f950b6b75056ea8d578c5b3f179b712c7.zip | |
grunt on previous ms scroll fix
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 5a84d87eb..7a80d59e4 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1578,6 +1578,7 @@ table th[class*="col-"] { overflow-x: scroll; overflow-y: hidden; border: 1px solid #dddddd; + -ms-overflow-style: -ms-autohiding-scrollbar; -webkit-overflow-scrolling: touch; } .table-responsive > .table { |
