エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Bootstrapのダイアログの位置が微妙で毎度イライラする問題 - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Bootstrapのダイアログの位置が微妙で毎度イライラする問題 - Qiita
これこれ。 bootstrapのドキュメントより。 おれはど真ん中派なんだ! .modal-dialog で margin: 30px a... これこれ。 bootstrapのドキュメントより。 おれはど真ん中派なんだ! .modal-dialog で margin: 30px auto;しかしてくれていないのでがっつり上書きしちゃう。 // bootstrap.sass or bootstrap.css 読み込み後に↓を定義 .modal-dialog display: flex flex-direction: column justify-content: center min-height: 100% margin: auto pointer-events: none .modal-content pointer-events: all

