LoginSignup
7
6

More than 5 years have passed since last update.

Twitter Bootstrap Modalでdatepickerのカレンダーが表示されないとき

Posted at

Twitter Bootstrap Modalを使ったモーダルウィンドウでは、そのなかに配置されたdatepickerのカレンダーが表示されません。

次のスタイルを定義することで表示されるようになります。

<style>
.datepicker{z-index: 1151 !important; position: absolute;}
</style>
7
6
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
6