mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Added -webkit-overflow-scrolling: touch to responsive tables
This commit is contained in:
parent
24f57bdf41
commit
9bdc841acc
1
dist/css/bootstrap.css
vendored
1
dist/css/bootstrap.css
vendored
@ -1583,6 +1583,7 @@ table th[class*="col-"] {
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
border: 1px solid #dddddd;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.table-responsive > .table {
|
||||
margin-bottom: 0;
|
||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -187,6 +187,7 @@ table {
|
||||
overflow-y: hidden;
|
||||
overflow-x: scroll;
|
||||
border: 1px solid @table-border-color;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
// Tighten up spacing and give a background color
|
||||
> .table {
|
||||
|
Loading…
x
Reference in New Issue
Block a user