Skip to content

Commit

Permalink
#1: remove inner scrolling CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanfalkowski committed Feb 18, 2019
1 parent 932109b commit a5f114d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions css/src/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,6 @@ $z-modal-dialog: 901 !default;
padding: $space-l $space-base;
}

// Element scrolling is not reliable across devices.
/*
.modal_body--scroll {
overflow-y: auto;
max-height: 400px;
}
*/

.modal_body > *:last-child {
margin-bottom: 0;
}
Expand Down

0 comments on commit a5f114d

Please sign in to comment.