From 7705252aeab3b39d726fa5e7de5f89e29345c92c Mon Sep 17 00:00:00 2001 From: Asizon <43983086+Asizon@users.noreply.github.com> Date: Thu, 26 Nov 2020 08:45:04 +0100 Subject: [PATCH] Make tab_container scrollable when it is needed --- src/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/main.css b/src/css/main.css index 4803df25..05e3bfbe 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -921,6 +921,7 @@ input[type="number"]::-webkit-inner-spin-button { width: 200px; border-right: 4px solid var(--accent); background-color: #2e2e2e; + overflow: auto; } #tabs {