Skip to content

Commit cd59549

Browse files
authored
Merge pull request #2659 from limonspb/10.7.1_asizon_tabs_fix
10.7.1 fix: Make tab_container scrollable when it is needed
2 parents 643781c + 21fba61 commit cd59549

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -968,6 +968,7 @@ input[type="number"]::-webkit-inner-spin-button {
968968
width: 200px;
969969
border-right: 4px solid var(--accent);
970970
background-color: #2e2e2e;
971+
overflow: auto;
971972
}
972973

973974
#tab_logoversion {

0 commit comments

Comments
 (0)