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 */