Commit 7b55bc6d authored by Randall Leeds's avatar Randall Leeds

Avoid impacting the dom text map with heatmap

parent 8a07194c
......@@ -96,7 +96,6 @@
}
.heatmap-pointer {
@include user-select(none);
@include transition-property(left);
@include transition-duration(.2s);
font-size: $baseFontSize;
......@@ -233,6 +232,7 @@
// Sidebar
.annotator-frame {
@include reset-box-model;
@include user-select(none);
height: 100%;
position: fixed;
top: 0;
......
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