1
0
Fork 0
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:
Michael Keller 2019-10-22 00:08:59 +13:00 committed by GitHub
commit 86901b9318
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@ body {
color: #303030;
margin: 10px;
overflow: hidden;
user-select: none;
}
.control-gimbals {