Make tab_container scrollable when it is needed

10.8-maintenance
Asizon 2020-11-26 08:45:04 +01:00
parent ed9192f46e
commit 7705252aea
1 changed files with 1 additions and 0 deletions

View File

@ -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 {