Commit 8eaff08d authored by yann300's avatar yann300

righthand panel => set full height

parent 2e220c7a
...@@ -39,6 +39,9 @@ var css = csjs` ...@@ -39,6 +39,9 @@ var css = csjs`
top : 0; top : 0;
bottom : 0; bottom : 0;
} }
.panel {
height : 100%;
}
` `
// ------------------------------------------------------------------ // ------------------------------------------------------------------
...@@ -64,7 +67,7 @@ function RighthandPanel (appAPI, events, opts) { ...@@ -64,7 +67,7 @@ function RighthandPanel (appAPI, events, opts) {
` `
self._view.dragbar = yo`<div id="dragbar" class=${css.dragbar}></div>` self._view.dragbar = yo`<div id="dragbar" class=${css.dragbar}></div>`
self._view.element = yo` self._view.element = yo`
<div id="righthand-panel"> <div id="righthand-panel" class=${css.panel}>
${self._view.dragbar} ${self._view.dragbar}
<div id="header"> <div id="header">
<div id="menu"> <div id="menu">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment