-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Time Picker not working in Safari #384
Comments
same here! |
add in file boostrap-timepicker.js below line "var zIndex = parseInt(this.$element.parents().filter(function () { return $(this).css('z-index') !== 'auto'; }).first().css('z-index'), 10) + 10;" |
I added this styles and it fixes the problem so far
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm working with the Time Picker in Safari and it doesn't work correctly.
In Chrome it is working fine.
The text was updated successfully, but these errors were encountered: