From a9c89635bdcafc4b4a912b0e4ac760f5435c44d2 Mon Sep 17 00:00:00 2001 From: James Allen Date: Mon, 13 Feb 2017 10:16:16 +0100 Subject: [PATCH] Also scroll long deletes and insertions if would overflow --- services/web/public/stylesheets/app/editor/review-panel.less | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/public/stylesheets/app/editor/review-panel.less b/services/web/public/stylesheets/app/editor/review-panel.less index 657a9f4ffe..e39df0fbc6 100644 --- a/services/web/public/stylesheets/app/editor/review-panel.less +++ b/services/web/public/stylesheets/app/editor/review-panel.less @@ -345,6 +345,7 @@ // We need to set any low-enough flex base size (0px), making it growable (1) and non-shrinkable (0). // This is needed to ensure that IE makes the element fill the available space. flex: 1 0 1px; + overflow-x: auto; .rp-state-overview & { margin-left: 0;