summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/navigation.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/css/navigation.css b/css/navigation.css
index d6f310530..05ff95f2a 100644
--- a/css/navigation.css
+++ b/css/navigation.css
@@ -171,4 +171,12 @@
#app-navigation .animate-show.ng-hide {
opacity: 0;
+}
+
+.ng-hide {
+ /* this is just another form of hiding an element */
+ display:block!important;
+ position:absolute;
+ top:-9999px;
+ left:-9999px;
} \ No newline at end of file