Commit c3831f56 by lepdou

fix modal can not scroll bug

parent a9047e47
......@@ -25,6 +25,10 @@ p, td, span {
word-break: break-all;
}
.modal {
overflow-y: scroll
}
.no-radius {
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