feat: Make modal scrollable (#37504)

This commit is contained in:
Parth Parth
2019-10-30 17:00:24 +05:30
committed by Ahmad Abdolsaheb
parent 316d56ba11
commit f6add96fd6

View File

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