Make tab_container scrollable when it is needed
parent
ed9192f46e
commit
7705252aea
|
@ -921,6 +921,7 @@ input[type="number"]::-webkit-inner-spin-button {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
border-right: 4px solid var(--accent);
|
border-right: 4px solid var(--accent);
|
||||||
background-color: #2e2e2e;
|
background-color: #2e2e2e;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabs {
|
#tabs {
|
||||||
|
|
Loading…
Reference in New Issue