Skip to content

Commit

Permalink
Merge pull request #355 from ktalbi/fix_zindex
Browse files Browse the repository at this point in the history
fix_zindex error msg on map
  • Loading branch information
romfabbro authored Oct 14, 2016
2 parents 4079b2f + 395c13c commit 620fabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Front/app/styles/ui/_map.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
width: 100%;
height: 66px;
bottom: 0;
z-index: 1000000;
z-index: 999;
text-align: center;
border-top: 1px dashed white;
background: rgba(0,0,0,0.5);
Expand Down

0 comments on commit 620fabe

Please sign in to comment.