mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
Stop watermark from covering up "motor test" checkbox
Checkbox was previously unclickable if watermark was covering it.
This commit is contained in:
parent
ede3c367f2
commit
049c0eb822
1 changed files with 1 additions and 1 deletions
2
main.css
2
main.css
|
@ -44,7 +44,7 @@ input[type="number"]::-webkit-inner-spin-button {
|
|||
bottom: 40px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 1;
|
||||
z-index: -1;
|
||||
overflow: hidden;
|
||||
background-image: url("images/light-wide-1.svg");
|
||||
background-repeat: no-repeat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue