From 4865aaadf1e5e8ff320b39637af96a654a80f025 Mon Sep 17 00:00:00 2001 From: John Leider Date: Wed, 8 Mar 2017 19:53:22 -0500 Subject: [PATCH] fix for #184 --- src/stylus/components/_modals.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stylus/components/_modals.styl b/src/stylus/components/_modals.styl index 0933d9be3cd..f8357f0ca1a 100755 --- a/src/stylus/components/_modals.styl +++ b/src/stylus/components/_modals.styl @@ -8,7 +8,7 @@ z-index: 1001 transition: .3s ease-in-out max-height: 55% - overflow: hidden + overflow-x: auto @extend .z-depth-3 &--bottom