5 lines
86 B
CSS
Raw Normal View History

2023-05-15 08:51:32 +08:00
.modal {
max-width: 720px !important;
padding: 0 !important;
overflow-y: auto;
}