Commit 7e2e1d0b by Jason Song Committed by GitHub

Merge pull request #523 from lepdou/fix_0119

fix modal can not scroll bug
parents 69792c3a c3831f56
......@@ -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