モーダルwindow操作不可バグ修復

This commit is contained in:
harukin 2018-11-10 18:27:01 +09:00
parent 4eee35f96b
commit a12634ea43

View File

@ -1833,6 +1833,10 @@ dl.bb-dl > dd > li {
background-color: $comment_item_colour !important;
}
.modal-dialog{
z-index: 2000;
}
a[title*="harukin@plus.haruk.in"]{
color: rgb(170, 2, 2);
}