diff --git a/main.css b/main.css index 4265f8373c..ec19b6c393 100644 --- a/main.css +++ b/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; }