aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/scss/_content.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/assets/scss/_content.scss b/docs/assets/scss/_content.scss
index 3374aa633..878787b21 100644
--- a/docs/assets/scss/_content.scss
+++ b/docs/assets/scss/_content.scss
@@ -6,11 +6,15 @@
.bd-content {
> table {
- display: block;
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
- overflow-y: auto;
+
+ @include media-breakpoint-down(md) {
+ display: block;
+ overflow-x: auto;
+ -ms-overflow-style: -ms-autohiding-scrollbar; // See https://github.com/twbs/bootstrap/pull/10057
+ }
// Cells
> thead,