From 8eaff08d1311d2214dab2c814963d35be3c05d22 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 2 Aug 2017 11:29:13 +0200 Subject: [PATCH] righthand panel => set full height --- src/app/righthand-panel.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/righthand-panel.js b/src/app/righthand-panel.js index c06b085a56..cce47f4fde 100644 --- a/src/app/righthand-panel.js +++ b/src/app/righthand-panel.js @@ -39,6 +39,9 @@ var css = csjs` top : 0; bottom : 0; } + .panel { + height : 100%; + } ` // ------------------------------------------------------------------ @@ -64,7 +67,7 @@ function RighthandPanel (appAPI, events, opts) { ` self._view.dragbar = yo`
` self._view.element = yo` -
+
${self._view.dragbar}