Commit 2343cb6d authored by Evonne Cheung's avatar Evonne Cheung
Browse files

Bug #1850865 ipad iOS 13.1 modal scrolls horizontally

- put in overflow-x: hidden in modal body

behatnotneeded

Change-Id: I4937825db1bc0c6cb4422330c60e43fde230142f
parent 098699bc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -45,7 +45,8 @@ $width-sm: 90%;
        @include border-bottom-radius(3px);
        max-height: 90%;
        height: 90%;
        overflow: auto;
        overflow-y: auto;
        overflow-x: hidden;
        &.flush {
            padding: 0;
        }