Skip to content

Commit

Permalink
Fix menu overflow (betaflight#4090)
Browse files Browse the repository at this point in the history
* Fix menu overflow

* There must be a better solution
  • Loading branch information
haslinghuis authored Jul 8, 2024
1 parent 03a8feb commit 659d535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 659d535

Please sign in to comment.