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 convenient

This commit is contained in:
Károly Kiripolszky 2019-10-20 11:21:54 +02:00
parent d7e65b86e1
commit 7e14930053

View file

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