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` -