Twitter Bootstrap Modalを使ったモーダルウィンドウでは、そのなかに配置されたdatepickerのカレンダーが表示されません。
次のスタイルを定義することで表示されるようになります。
<style>
.datepicker{z-index: 1151 !important; position: absolute;}
</style>
Go to list of users who liked
More than 5 years have passed since last update.
Twitter Bootstrap Modalを使ったモーダルウィンドウでは、そのなかに配置されたdatepickerのカレンダーが表示されません。
次のスタイルを定義することで表示されるようになります。
<style>
.datepicker{z-index: 1151 !important; position: absolute;}
</style>
Register as a new user and use Qiita more conveniently
Go to list of users who liked