mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Added -webkit-overflow-scrolling: touch to responsive tables
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user