diff --git a/frontend/app/components/Session_/Player/Controls/timeline.css b/frontend/app/components/Session_/Player/Controls/timeline.css index 4573afb23..da7a99cd8 100644 --- a/frontend/app/components/Session_/Player/Controls/timeline.css +++ b/frontend/app/components/Session_/Player/Controls/timeline.css @@ -1,9 +1,6 @@ -@import 'zindex.css'; - .positionTracker { width: 15px; height: 15px; - /* border: solid 1px $teal; */ outline: solid 1px $teal; outline-style: inset; margin-left: -7px; @@ -11,7 +8,7 @@ background-color: $active-blue; position: absolute; left: 0; - z-index: $positionTracker; + z-index: 98; top: 0; transition: all 0.2s ease-out; &:hover,