Jump to content

Recommended Posts

Posted

How to fix admin header (e.g. where menu is) on top of the page, making it unscrollable?

Admin menu is one of most frequently used elements of UI at my site, so original header scrollability is a bit annoying.

It would also be better for notifications behavior as currently it breaks workflow by scrolling to the top as new notification event occurs.

  • Like 1
Posted

Without much testing: install AdminCustomFiles module, create /site/templates/AdminCustomFiles/ProcessPageEdit.css with:

#masthead {
position: fixed;
height: 2.8em;
width: 100%;
z-index: 1;
}

#breadcrumbs {
padding-top: 4em;
}
  • Like 2

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...