mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Merge pull request #1917 from betaflight/fix_flashing_tab
Fix weird behaviour on flashing tab.
This commit is contained in:
commit
4eda5f852f
2 changed files with 4 additions and 1 deletions
|
@ -2101,7 +2101,10 @@ input {
|
|||
position: initial;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media only screen and (max-height: 750px) , only screen and (max-device-height: 750px) {
|
||||
|
|
|
@ -387,7 +387,7 @@
|
|||
</div>
|
||||
</dialog>
|
||||
|
||||
<ul> <!-- Sonar says so -->
|
||||
<ul class="hidden"> <!-- Sonar says so -->
|
||||
<li class="dialogReportProblems-listItem"></li>
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue