Skip to content

Commit 358c128

Browse files
committed
reverted the removal of the overflow-y line
1 parent 2ce4420 commit 358c128

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)