add z-index value for the popup datepicker

to put it on top of the rest of the elements

Fixes #1013
This commit is contained in:
tim madden 2010-03-20 12:33:53 -05:00 committed by Eric Allen
parent 35e15d6608
commit 238bf97a27

View file

@ -1292,3 +1292,6 @@ div.auto_complete ul strong.highlight {
margin:0;
padding:0;
}
.ui-datepicker {
z-index: 1000;
}