Search code examples
jquerycssbootstrap-datetimepicker

CSS: my datetimepicking field is put behind my other inputfields


I'm stuck on how to make my table which gets deployed through jquery in front of my input fields... I presume the problem is solvable with css but I can't seem to figure out specifically how to adjust it. (see image below)

I'm using eonasdan's bootstrap-datetimepicker (ref. http://eonasdan.github.io/bootstrap-datetimepicker/)

Any advice?

Object set behind other fields


Solution

  • As mentioned by uom-pgregorio, I could easily solve this with the z-index. (I was trying with position: absolute before but that didn't do the trick)