Fix Task Header - make it sticky

When in a task and scrolling down through the comments, the header bar with the Assignee, Due Date and other controls also scrolls…

It would be handy to have that header section fixed (pinned) at the top, or the have the option to either pin or not…

This makes it easier to add a comment to the topic then make any adjustments in terms of dates assignees etc…

@Chris_Ball1 if you start using shortcuts you will get super powers. You’ll be the superchris of our hearts :stuck_out_tongue: I propose it as an alternative workaround.

1 Like

I’d love to have that feature as well. It would be quite trivial to implement:

.SingleTaskPaneToolbar {
    box-sizing: border-box;
    position: absolute;
    background: white;
    width: 100%;
    padding-right: 30px;
    z-index: 101; 
}
1 Like