From e5df25af6f887ab06de1267f1926360dd292559a Mon Sep 17 00:00:00 2001 From: Nicholas Sherlock Date: Mon, 26 Jan 2015 09:22:12 +1300 Subject: [PATCH] Fix tabs disappear on Chrome 41 Beta --- main.css | 4 ++++ 1 file changed, 4 insertions(+) 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; }