UTD-CRSS/app.exploreapollo.org

View on GitHub
src/components/ChannelTimeline/index.scss

Summary

Maintainability
Test Coverage
.timeline-container {
  position: relative;
  width: 100%;
  height: 600px;
}

.timeline-scroller {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 21px;
  left: 0;
}