User story
As an advanced editor, I want easy access to the actions menu so that I can perform the actions I want (like editing or selecting the history of a page) without having to scroll all the way to the top of the page
Acceptance criteria
- While in AMC mode, the actions menu will be sticky and appear upon scrolling up
- All items on the actions menu and overflow menu will function as expected
Prototype
@alexhollender's prototype https://mobile-contributions.firebaseapp.com/nav4.html
@Jdrewniak's POC https://drive.google.com/file/d/11EoCJDBiyiqq-vO9-xOLm00b-0wTCziL/view
Dev notes
- Test with CentralNotice and subtitles
- {{{pageactionshtml}}} must be moved outside of pre-content heading-holder container in minerva.mustache.
- Add the following CSS:
.minerva--amc-enabled .page-actions-menu {
position: sticky;
top: 0;
}