Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with bootsrap modal #68

Open
fadedreams opened this issue Apr 8, 2018 · 1 comment
Open

problem with bootsrap modal #68

fadedreams opened this issue Apr 8, 2018 · 1 comment

Comments

@fadedreams
Copy link

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
Copy link
Author

I added position:absolute and it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant