Skip to content

Commit d079665

Browse files
authored
Merge pull request #2697 from daostack/CW_fix_chat_scroll_issue
Fix mobile chat scroll issue
2 parents 2ce4420 + 358c128 commit d079665

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shared/components/Modal/index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ $modal-mobile-padding: 1.5rem;
145145
.modal__content {
146146
flex: 1;
147147
padding: 0 $modal-padding;
148+
overflow-y: auto;
148149

149150
@include big-phone {
150151
padding-left: $modal-mobile-padding;

0 commit comments

Comments
 (0)