From 0f05bdeedb89d44e3711cf5af7375c612471676e Mon Sep 17 00:00:00 2001 From: ArtOfCode- <hello@artofcode.co.uk> Date: Mon, 11 May 2020 15:32:48 +0100 Subject: [PATCH] Add category tabs overflow styles --- app/assets/stylesheets/application.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index e027345db..bd5c617bc 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -156,4 +156,12 @@ hr { .modal { position: fixed !important; z-index: 9999; -} \ No newline at end of file +} + +.category-header--tabs-container { + overflow-x: scroll; + + @media screen and (min-width: $screen-md) { + overflow-x: unset; + } +} -- GitLab