1
0
Fork 0
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:
Dominic Clifton 2015-01-25 23:32:25 +01:00
commit 51ed9f7113

View file

@ -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;
}