Commit ec726232 authored by Randall Leeds's avatar Randall Leeds

append sidebar -- less likely to throw off ranges

parent 8c8e27d6
......@@ -35,7 +35,7 @@ class Hypothesis extends Annotator
@heatmap.element.appendTo(@sidebar)
@viewer.element.appendTo(@sidebar)
@editor.element.appendTo(@sidebar)
@sidebar.prependTo(@wrapper)
@sidebar.appendTo(@wrapper)
@plugins.Auth.withToken (token) =>
@plugins.Permissions.setUser token.userId
......
......@@ -140,6 +140,7 @@ $iconset: iconset_wireframe;
height: 100%;
line-height: $line-height / $em * .8;
position: absolute;
top: 0;
left: 100%;
z-index: 500;
......
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