mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 22:35:17 +03:00
Make tab_container scrollable when it is needed
This commit is contained in:
parent
ed9192f46e
commit
7705252aea
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue