From 0016012d30dad10bf76c4d4ce11657bba9ff9961 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 6 Jan 2014 17:10:45 -0500 Subject: [PATCH] Menu: Fixes z-index to be just below modals for fixed menu #505 --- src/collections/menu.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collections/menu.less b/src/collections/menu.less index 0ffa78ad1..8a8e1423d 100755 --- a/src/collections/menu.less +++ b/src/collections/menu.less @@ -1618,7 +1618,7 @@ .ui.menu.fixed { position: fixed; - z-index: 10; + z-index: 999; margin: 0em; border: none; width: 100%;