From 607a2ca295030f2f85c998661a500e193aa107c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Wed, 25 Nov 2020 20:37:32 +0100 Subject: [PATCH] add scrollable tabs for demo component --- docs/src/components/Demo/style.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/components/Demo/style.scss b/docs/src/components/Demo/style.scss index a34e38b7..4c6e6d3d 100644 --- a/docs/src/components/Demo/style.scss +++ b/docs/src/components/Demo/style.scss @@ -19,6 +19,9 @@ &__tabs { padding: 1rem 1.25rem 0 1.25rem; background-color: rgba($colorBlack, 0.9); + white-space: nowrap; + overflow-x: auto; + -webkit-overflow-scrolling: touch; } &__tab {