When the edit mode does not fit into the screen (e. g. because of a huge description), then currently the scrollable area is only the details tab.
Instead the whole screen including the title and the tabs should be scrollable (ActionBar should stay fixed on top).
Maybe useful: https://mobikul.com/viewpager/
Sooo, i finally got this working (53-change-scroll-behavior-of-edit-mode), but i am not happy with it.
Have a look at the video:

Given you have a large description (or a small screen) and you scroll down, everything looks awesome. But as soon as you swipe to the next tab, we have two possibilities:
All in all i am not happy with either solution. Maybe something like a bottom nav would be a better pattern?

Or just simply stacking all the contents below each other (no tabs, but simply put the attachments below the details and the activity below the attachments)?
cc @jancborchardt and @jenniferpiperek for your valuable opinion :)
Is it possible to have the tabs sticky at the top, that is that they don鈥檛 scroll out of view?
We could move the title into the details for now (and later into the blue toolbar as you suggested on the conf 2019, but that's a later step). It would make the title only editable in the details tab, but it would stay readable in the blue toolbar.
This way the tabs would always stick on the top (like in the About-section). Is this, what you suggested?
That鈥檚 definitely a good step forward, yes. :) So the tabs would then also be blue, right?
Okay, i implemented what we have discussed about previously:

Seems very good! :) Nice one @stefan-niedermann