diff options
| author | Mark Otto <[email protected]> | 2014-08-02 19:05:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-08-02 19:05:46 -0700 |
| commit | 9d0872b74821a72f91e8604d69e6f94054ff0490 (patch) | |
| tree | cc851f1a8b5286d08e3af69bee6ff78728ebbf47 /less | |
| parent | 67d39404a2ccf6380bbd399f24499eb7659c926e (diff) | |
| download | bootstrap-9d0872b74821a72f91e8604d69e6f94054ff0490.tar.xz bootstrap-9d0872b74821a72f91e8604d69e6f94054ff0490.zip | |
Fixes #14251: Remove the -webkit-overflow-scrolling to prevent Safari from screwing up widths
Diffstat (limited to 'less')
| -rw-r--r-- | less/tables.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/less/tables.less b/less/tables.less index ef745ea8e..4a578588c 100644 --- a/less/tables.less +++ b/less/tables.less @@ -177,7 +177,6 @@ table { overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid @table-border-color; - -webkit-overflow-scrolling: touch; // Tighten up spacing > .table { |
