From d0a2bfab5d2d73d1824df102d36ecde62a2446a2 Mon Sep 17 00:00:00 2001 From: Erdem Yerebasmaz Date: Wed, 4 Oct 2023 23:59:03 +0300 Subject: [PATCH] Scroll lang tabs horizontally closes #41 --- tabs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tabs.js b/tabs.js index 73ea3b8..c6570b9 100644 --- a/tabs.js +++ b/tabs.js @@ -25,6 +25,7 @@ #tabs { border-bottom: 1px solid var(--quote-border); background-color: var(--sidebar-bg); + overflow-x: auto; } #tabs slot { display: inline-flex; /* Safari bug. Treats as a parent */