Force ui-datepicker to accept our z-index

pull/4751/head
Oliver Günther 8 years ago
parent 5b851e946c
commit 12415bd43e
  1. 6
      app/assets/stylesheets/content/_datepicker.sass

@ -196,6 +196,8 @@ $dp-shadow-box-opacity: 1
filter: Alpha(Opacity = 100)
font-weight: bold
.ui-datepicker--container
z-index: 100
// ui-datepicker arbitrarily sets the css z-index using JS
// So we have to override that value.
#ui-datepicker-div
z-index: 100 !important
position: absolute

Loading…
Cancel
Save