CSS change to make modal scrollable from slack

main
Chris Vickery 2018-05-16 10:33:16 -07:00
parent fc78bbb1f4
commit 60485d9c9b
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.sass-cache

View File

@ -76,6 +76,8 @@ $cabana-modal-padding--wide: 76px;
border-width: 1px 0;
padding: 34px 50px;
position: relative;
max-height: 50vh;
overflow-y: scroll;
}
&-actions {
text-align: right;