Fixed issue with autocomplete fields floating above the top bar

This commit is contained in:
Victoria Wang 2014-09-02 15:35:49 -07:00
parent 9da6f128ec
commit 225bdc03cf

View file

@ -305,7 +305,7 @@
position:fixed; position:fixed;
top:0; top:0;
width:100%; width:100%;
z-index:9; z-index:2000;
} }
.int-Logo{ .int-Logo{