From 2ecc23fe1fecfdb8abc9132fd5956fca67495441 Mon Sep 17 00:00:00 2001 From: Marc Bachmann Date: Sun, 17 Jul 2016 22:38:02 +0200 Subject: [PATCH] Hide scrollbar when webview is active (#209) --- app/lib/components/term.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app/lib/components/term.js b/app/lib/components/term.js index ea527df7..1c5f0b7c 100644 --- a/app/lib/components/term.js +++ b/app/lib/components/term.js @@ -177,12 +177,11 @@ export default class Term extends Component { width: '100%', height: '100%' }}> - : null + :
} -
{ this.props.customChildren }
; }