1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-26 01:35:28 +03:00

Merge pull request #1917 from betaflight/fix_flashing_tab

Fix weird behaviour on flashing tab.
This commit is contained in:
Michael Keller 2020-03-18 08:25:35 +13:00 committed by GitHub
commit 4eda5f852f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -2101,7 +2101,10 @@ input {
position: initial; position: initial;
} }
}
.hidden {
display: none;
} }
@media only screen and (max-height: 750px) , only screen and (max-device-height: 750px) { @media only screen and (max-height: 750px) , only screen and (max-device-height: 750px) {

View file

@ -387,7 +387,7 @@
</div> </div>
</dialog> </dialog>
<ul> <!-- Sonar says so --> <ul class="hidden"> <!-- Sonar says so -->
<li class="dialogReportProblems-listItem"></li> <li class="dialogReportProblems-listItem"></li>
</ul> </ul>