Merge pull request #1783 from MITx/bug/btalbot/studio-datepickerzindex

Studio - JQUI's default date picker z-index bug
This commit is contained in:
Christina Roberts
2013-04-01 13:07:51 -07:00
2 changed files with 2 additions and 1 deletions

View File

@@ -644,7 +644,7 @@ hr.divide {
position: absolute;
top: 0;
left: 0;
z-index: 99999;
z-index: 10000;
padding: 0 10px;
border-radius: 3px;
background: rgba(0, 0, 0, 0.85);

View File

@@ -8,6 +8,7 @@
font-family: $sans-serif;
font-size: 12px;
@include box-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
z-index: 100000 !important;
.ui-widget-header {
background: $darkGrey;