mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 01:35:28 +03:00
Fix menu overflow (#4090)
* Fix menu overflow * There must be a better solution
This commit is contained in:
parent
03a8febfc5
commit
659d5353a2
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@ input[type="number"] {
|
||||||
}
|
}
|
||||||
.tab_container {
|
.tab_container {
|
||||||
transition: all 0.2s;
|
transition: all 0.2s;
|
||||||
width: 13rem;
|
width: 17rem;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
padding-right: 0.5rem;
|
padding-right: 0.5rem;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue