feat: Make modal scrollable (#37504)

pull/37618/head
Parth Parth 2019-10-30 17:00:24 +05:30 committed by Ahmad Abdolsaheb
parent 316d56ba11
commit f6add96fd6
1 changed files with 4 additions and 0 deletions

View File

@ -20,3 +20,7 @@
.table > tfoot > tr > td { .table > tfoot > tr > td {
border: none; border: none;
} }
.modal {
overflow-y: auto;
}