diff --git a/scss/_tables.scss b/scss/_tables.scss index 276521a387fe..a48eea10a78a 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -164,6 +164,7 @@ @include media-breakpoint-down($breakpoint) { .table-responsive#{$infix} { + position: relative; overflow-x: auto; -webkit-overflow-scrolling: touch; }