fix: setting modal margin (#849)
parent
50b11e925b
commit
440cf63317
@ -1,6 +1,8 @@
|
|||||||
.modal {
|
.modal {
|
||||||
max-width: 1024px !important;
|
max-width: 1024px !important;
|
||||||
border-radius: 12px !important;
|
border-radius: 12px !important;
|
||||||
|
margin-top: 60px;
|
||||||
|
margin-bottom: 60px;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue