feat: Make modal scrollable (#37504)
This commit is contained in:
committed by
Ahmad Abdolsaheb
parent
316d56ba11
commit
f6add96fd6
@ -20,3 +20,7 @@
|
|||||||
.table > tfoot > tr > td {
|
.table > tfoot > tr > td {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal {
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user