1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 09:15:49 +03:00

Fix menu overflow (#4090)

* Fix menu overflow

* There must be a better solution
This commit is contained in:
Mark Haslinghuis 2024-07-08 15:27:12 +02:00 committed by GitHub
parent 03a8febfc5
commit 659d5353a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -638,7 +638,7 @@ input[type="number"] {
}
.tab_container {
transition: all 0.2s;
width: 13rem;
width: 17rem;
overflow: auto;
padding: 1rem;
padding-right: 0.5rem;