From 911d1d4f9c7d792a9fff050b2cc7a4dfb6e84a84 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Tue, 13 Nov 2018 15:24:46 -0500 Subject: [PATCH] Hide duplicate scrollbar in brewRenderer --- shared/naturalcrit/splitPane/splitPane.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shared/naturalcrit/splitPane/splitPane.less b/shared/naturalcrit/splitPane/splitPane.less index fb9d4bfd7..2820f68b1 100644 --- a/shared/naturalcrit/splitPane/splitPane.less +++ b/shared/naturalcrit/splitPane/splitPane.less @@ -7,6 +7,7 @@ flex-direction : row; .pane{ overflow-x : hidden; + overflow-y : hidden; flex : 1; } .divider{ @@ -28,4 +29,4 @@ } } } -} \ No newline at end of file +}