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 convenient
This commit is contained in:
parent
d7e65b86e1
commit
7e14930053
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