From 0bb801dd12772e581fda5d1e328ad9feadf6073b Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Tue, 22 Oct 2019 16:03:12 -0400 Subject: [PATCH] Remove horizontal scroll bar from modals --- styles/components/_modal.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/components/_modal.scss b/styles/components/_modal.scss index f73a4260..720e823c 100644 --- a/styles/components/_modal.scss +++ b/styles/components/_modal.scss @@ -53,6 +53,7 @@ body { padding: $gap * 1.5; width: 100%; overflow-y: auto; + overflow-x: hidden; -ms-overflow-style: scrollbar; @include ie-only {