mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Merge pull request #71 from sherlockflight/development
Fix tabs disappear on Chrome 41 Beta
This commit is contained in:
commit
51ed9f7113
1 changed files with 4 additions and 0 deletions
4
main.css
4
main.css
|
@ -225,6 +225,10 @@ input[type="number"]::-webkit-inner-spin-button {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
#tabs ul {
|
||||
overflow: hidden; /* Cause the height to expand to contain its floated contents */
|
||||
}
|
||||
|
||||
#tabs ul.mode-connected {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue