From e0eaed06a582b982120de346d6bd77d47d3b92e9 Mon Sep 17 00:00:00 2001 From: frankiefu Date: Mon, 2 Jun 2014 10:44:10 -0700 Subject: [PATCH] make hidden !important --- layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout.html b/layout.html index 4e1284b9c1..679738b16d 100644 --- a/layout.html +++ b/layout.html @@ -237,7 +237,7 @@ /* ie support for hidden */ html /deep/ [hidden] { - display: none; + display: none !important; } html /deep/ [relative] {