make checkbox vertically aligned and remove the x scroll for modaldialog (#3005)

This commit is contained in:
Alan Ren
2018-10-25 14:26:44 -07:00
committed by GitHub
parent 0704e5ee67
commit 92d9d04a78
2 changed files with 4 additions and 1 deletions

View File

@@ -21,7 +21,8 @@
flex-direction: column;
width: 100%;
height: 100%;
overflow: scroll;
overflow-x: hidden;
overflow-y: scroll;
}
.dialogModal-hidden {