Skip to content

Commit bb6de31

Browse files
authored
fix: Cloud Config parameter modal cannot scroll when content scales beyond visible area (parse-community#3124)
1 parent de55c5c commit bb6de31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Modal/Modal.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
border-color: $borderGrey;
2828
border-width: 0 0 1px 0;
2929
border-style: solid;
30+
overflow: auto;
31+
min-height: 0;
3032
}
3133
}
3234

0 commit comments

Comments
 (0)