Remove horizontal scroll bar from modals

This commit is contained in:
leigh-mil 2019-10-22 16:03:12 -04:00
parent 76ab44ca69
commit 0bb801dd12

View File

@ -53,6 +53,7 @@ body {
padding: $gap * 1.5; padding: $gap * 1.5;
width: 100%; width: 100%;
overflow-y: auto; overflow-y: auto;
overflow-x: hidden;
-ms-overflow-style: scrollbar; -ms-overflow-style: scrollbar;
@include ie-only { @include ie-only {