Fix height of today line

pull/5456/head
Oliver Günther 8 years ago
parent 9c7918add2
commit bbeae48dbc
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 7
      app/assets/stylesheets/content/work_packages/timelines/_timelines_static_elements.sass

@ -1,3 +1,10 @@
.wp-table-timeline--static-elements
position: absolute
width: 100%
// Position 45px below header
top: $generic-table--header-height
height: calc(100% - #{$generic-table--header-height})
.wp-timeline--static-element
z-index: 200

Loading…
Cancel
Save