Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
feat(dialog): set max-height for body and add scroll bar
Browse files Browse the repository at this point in the history
  • Loading branch information
dami-gg committed Sep 20, 2017
1 parent 422b204 commit ed9363f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/molecules/_dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
}

@mixin dc-dialog__body {
max-height: calc(70vh);
padding: $dc-space150 $dc-space150 $dc-space100;
background: $dc-white;
overflow: auto;
}

@mixin dc-dialog__close {
Expand Down

0 comments on commit ed9363f

Please sign in to comment.