Commit 9169f46a authored by Randall Leeds's avatar Randall Leeds

remove visual toolbar bug when collapsed on mobile

parent 1a11e8c1
......@@ -118,7 +118,6 @@
.annotator-frame {
width: 99%;
margin-left: -99%;
&.annotator-collapsed { width: $heatmap-width + 10px; }
}
}
......@@ -146,7 +145,6 @@
@include single-transition(margin-left, .4s);
width: 428px + $heatmap-width + 10px;
margin-left: -428px - $heatmap-width - 10px;
&.annotator-collapsed { width: inherit; }
}
}
......
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