Commit ff476117 authored by Randall Leeds's avatar Randall Leeds

move editor controls down to the bottombar

parent 182dace7
...@@ -270,9 +270,13 @@ $threadexp-width: 1em; ...@@ -270,9 +270,13 @@ $threadexp-width: 1em;
.annotator-controls { .annotator-controls {
@include box-shadow(-1em 0 1em 0 #fff); @include box-shadow(-1em 0 1em 0 #fff);
background-color: #fff; background-color: #fff;
position: absolute;
right: 0; .hyp-meta > & {
z-index: 1; position: absolute;
right: 0;
z-index: 1;
}
a { a {
text-decoration: underline; text-decoration: underline;
cursor: pointer; cursor: pointer;
......
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