diff options
Diffstat (limited to 'src/objects/_dialog.scss')
-rw-r--r-- | src/objects/_dialog.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objects/_dialog.scss b/src/objects/_dialog.scss index b0b435f..ad6e7db 100644 --- a/src/objects/_dialog.scss +++ b/src/objects/_dialog.scss | |||
@@ -76,6 +76,7 @@ | |||
76 | grid-area: body; | 76 | grid-area: body; |
77 | min-height: 0; | 77 | min-height: 0; |
78 | margin-top: fn.dim(--title-body-spacing); | 78 | margin-top: fn.dim(--title-body-spacing); |
79 | overflow: auto; | ||
79 | } | 80 | } |
80 | 81 | ||
81 | @include iro.bem-elem('footer') { | 82 | @include iro.bem-elem('footer') { |