Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-08-12 05:12:06 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-08-12 05:12:06 +0400
commit6d6a7fe36b87799af8c0e719bef7e3b6b04d11ca (patch)
tree2d64b6d9395367d59b9f5d1e252f0e21ce03c7c1 /assets/stylesheets/bootstrap/_tables.scss
parentfb8dad665bdd4d1a43d4049b8fdde4e1b9c529f7 (diff)
rake convert
Diffstat (limited to 'assets/stylesheets/bootstrap/_tables.scss')
-rw-r--r--assets/stylesheets/bootstrap/_tables.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/stylesheets/bootstrap/_tables.scss b/assets/stylesheets/bootstrap/_tables.scss
index 6d92514..8a9bee8 100644
--- a/assets/stylesheets/bootstrap/_tables.scss
+++ b/assets/stylesheets/bootstrap/_tables.scss
@@ -169,14 +169,14 @@ table {
// will display normally.
.table-responsive {
+ overflow-x: auto;
+
@media screen and (max-width: $screen-xs-max) {
width: 100%;
margin-bottom: ($line-height-computed * 0.75);
overflow-y: hidden;
- overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid $table-border-color;
- -webkit-overflow-scrolling: touch;
// Tighten up spacing
> .table {