ericjgagnon / wickedpicker

A simple jQuery timepicker
http://ericjgagnon.github.io/wickedpicker/
MIT License
93 stars 78 forks source link

problem with bootsrap modal #68

Open FadeDreams opened 6 years ago

FadeDreams commented 6 years ago

This tool has a problem with twitter bootsrap modal. I put this inside a bootsrap modal and it is shown bellow the bootsrap modal I tried to change the z-index property but it does not work.

<div class="modal fade" ...
     <div class="modal-body">
           <input type="text" name="timepicker" class="timepicker" /> 
      </div>
</div>

css

.wickedpicker {
  z-index: 100 ;
...
FadeDreams commented 6 years ago

I added position:absolute and it works.