Datetime picker transparent background out of the box?

后端 未结 6 1741
眼角桃花
眼角桃花 2021-02-07 04:45

This is out of the box mvc3 stock grade plain vanilla jquery behavior? Is this default styling behavior? How do I make it NOT transparent? Thx!



        
6条回答
  •  余生分开走
    2021-02-07 05:04

    Just Give the z-index style value for the input field a higher value and also make the position relative, i.e.,

    position: relative; z-index: 10000;
    

    It will work smoothly.

提交回复
热议问题