Browse Source

Menu: Fixes z-index to be just below modals for fixed menu #505

pull/524/head
jlukic 10 years ago
parent
commit
0016012d30
1 changed files with 1 additions and 1 deletions
  1. 2
      src/collections/menu.less

2
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%;

Loading…
Cancel
Save