0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Fixes #14251: Remove the -webkit-overflow-scrolling to prevent Safari from screwing up widths

This commit is contained in:
Mark Otto 2014-08-02 19:05:46 -07:00
parent 67d39404a2
commit 9d0872b748
7 changed files with 6 additions and 7 deletions

View File

@ -2252,9 +2252,9 @@ table th[class*="col-"] {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
/*-webkit-overflow-scrolling: touch;*/
}
.table-responsive > .table {
margin-bottom: 0;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2252,9 +2252,9 @@ table th[class*="col-"] {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
/*-webkit-overflow-scrolling: touch;*/
}
.table-responsive > .table {
margin-bottom: 0;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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 {