jtsage / jtsage-datebox

A multi-mode date and time picker for Bootstrap (3&4), jQueryMobile, Foundation, Bulma, FomanticUI, and UIKit (or others)
http://datebox.jtsage.dev/
Other
474 stars 166 forks source link

Fixing overlay Z-Index on Android 4.0 browsers #249

Closed mansoorkamthewala closed 11 years ago

mansoorkamthewala commented 11 years ago

Fixing the similar issue found in SimpleDialog2 where the overlay Z-Index was wrong.

https://github.com/jtsage/jquery-mobile-simpledialog/issues/48

mansoorkamthewala commented 11 years ago

Closing temporarily to fix issue with diff showing change to the entire file where only one line was changed.

mansoorkamthewala commented 11 years ago

I am not sure why the diff is showing the whole file has been changed, but it is just line number 78 that has changed with an addition of -webkit-transform:translate3d(0,0,0);