From 75e8b2c08ae50da13f996ea2df93b0bba81f171c Mon Sep 17 00:00:00 2001 From: Brandon Fergerson Date: Mon, 2 May 2022 13:47:27 +0400 Subject: [PATCH] scrollable tabs --- src/styles/jetbrains-dark.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/jetbrains-dark.scss b/src/styles/jetbrains-dark.scss index 7e218b0d..bf7c21b7 100644 --- a/src/styles/jetbrains-dark.scss +++ b/src/styles/jetbrains-dark.scss @@ -281,6 +281,10 @@ } .tabs { + overflow-x: auto; + overflow-y: hidden; + white-space: nowrap; + input { background: inherit !important; }