From 164f2ae7fe4c93f770fdea876e5f62bdf2f40096 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Sun, 1 Oct 2017 04:10:43 +0800 Subject: [PATCH] Mobile scrollbars for tables --- _sass/2017/components/h3-section.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_sass/2017/components/h3-section.scss b/_sass/2017/components/h3-section.scss index dc30c8406..be9efad6b 100644 --- a/_sass/2017/components/h3-section.scss +++ b/_sass/2017/components/h3-section.scss @@ -8,6 +8,10 @@ padding: 16px; } + @media (max-width: 768px) { + overflow-x: auto; + } + & { background: white; box-shadow: $shadow3;