mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
Disallow selecting text in MSP Receiver to make dragging more c… (#1757)
Disallow selecting text in MSP Receiver to make dragging more convenient
This commit is contained in:
commit
86901b9318
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ body {
|
|||
color: #303030;
|
||||
margin: 10px;
|
||||
overflow: hidden;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.control-gimbals {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue