From a837af8e7a3a2f43f0f1717c56a116bd1f69811d Mon Sep 17 00:00:00 2001 From: Jason Als Date: Tue, 21 Jul 2015 09:14:10 -0400 Subject: [PATCH] Remove scrollbar when hidden. --- src/react/DebugPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/react/DebugPanel.js b/src/react/DebugPanel.js index a7306e95..f95d4f7c 100644 --- a/src/react/DebugPanel.js +++ b/src/react/DebugPanel.js @@ -13,7 +13,7 @@ export function getDefaultStyle(props) { position: 'fixed', zIndex: 999, fontSize: 17, - overflow: 'scroll', + overflow: 'auto', opacity: 0.92, background: 'black', color: 'white',