UI: Fix padding for telemetry overview line counter
This commit is contained in:
parent
d69ce734f1
commit
e91087f9fe
|
@ -33,7 +33,7 @@
|
|||
.telemetry-lines {
|
||||
z-index: 3;
|
||||
position: absolute;
|
||||
bottom: 103px;
|
||||
bottom: 100px;
|
||||
right: 20px;
|
||||
background: #000000cc;
|
||||
border-radius: 5px;
|
||||
|
|
Loading…
Reference in New Issue