Commit cc747abb authored by Randall Leeds's avatar Randall Leeds

use compass stretch utility

parent 5fff2f13
@import 'compass'; @import 'compass';
@import 'compass/css3/transform'; @import 'compass/css3/transform';
@import 'compass/css3/user-interface'; @import 'compass/css3/user-interface';
@import "compass/reset/utilities"; @import 'compass/layout/stretching';
@import 'compass/reset/utilities';
$baseFontSize: 14; $baseFontSize: 14;
...@@ -71,9 +72,7 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } ...@@ -71,9 +72,7 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
//HEATMAP STUFF//////////////////////////////// //HEATMAP STUFF////////////////////////////////
.annotator-heatmap { .annotator-heatmap {
height: 100%; @include stretch-y;
position: fixed;
top: 0;
svg { svg {
background: hsla(0, 0, 0, .1); background: hsla(0, 0, 0, .1);
......
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