Commit c3831f56 authored by lepdou's avatar lepdou

fix modal can not scroll bug

parent a9047e47
...@@ -25,6 +25,10 @@ p, td, span { ...@@ -25,6 +25,10 @@ p, td, span {
word-break: break-all; word-break: break-all;
} }
.modal {
overflow-y: scroll
}
.no-radius { .no-radius {
border-radius: 0; border-radius: 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment