mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 01:35:28 +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;
|
color: #303030;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-gimbals {
|
.control-gimbals {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue