Skip to content

Commit

Permalink
fix(positionLine): restored css so position line is not hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
peichins committed Apr 26, 2017
1 parent c41552d commit 39cab3b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/app/annotationViewer/_annotationViewer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,20 @@ baw-annotation-viewer {

& .positionLine {

right: solid 1px $spectrogramProgressLine;
background-color: $spectrogramProgressLine;
height: 100%;
width: 1px;
position: absolute;
z-index: 1000;
top: 0;
left: 0;
@include vendor-prefix(transform, translate3d(0px, 0, 0));

&.hidden {
display: none;
}

> .grab-bottom-center {
bottom: -$grab-handle-bottom-shift;
left: 0.3px
Expand Down

0 comments on commit 39cab3b

Please sign in to comment.