Skip to content

Commit

Permalink
fix modal can not scroll bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lepdou committed Jan 20, 2017
1 parent a9047e4 commit c3831f5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ p, td, span {
word-break: break-all;
}

.modal {
overflow-y: scroll
}

.no-radius {
border-radius: 0;
}
Expand Down

0 comments on commit c3831f5

Please sign in to comment.