Skip to content

Commit

Permalink
Bug fix height overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dixso committed Jan 8, 2017
1 parent 35a5912 commit bb5016d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/custombox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ $effect23: #{$cb}-flash;
.#{$content} {
> * {
max-width: 100%;
max-height: 100%;
overflow-y: auto;
}
}
.#{$cb}-fullscreen.#{$content} {
Expand Down

0 comments on commit bb5016d

Please sign in to comment.