0
Welcome Guest! Login
0 items Join Now

Request: Fixed toolbar in backend

  • Request: Fixed toolbar in backend

    Posted 7 years 9 months ago
    • It would be very nice to have the "Save ___ " button FIXED (persistent) near the top in the backend. It is tiresome to scroll all the way up or down to save, losing my place on the page in the meantime.

      I achieved this using the dev console and adding the following bit of CSS as shown in the screenshot:
          position: fixed;
          top: 84px;
          right: 10px;
          background: rgba(218, 218, 218, 0.65);
          padding: 5px 10px;
          border-radius: 5px;
          z-index: 1;


      You are not authorised to see this attachment.




      It also sits nicely in the toolbar at the top, though would need a bit of adjusting for certain screen sizes.

      You are not authorised to see this attachment.
    • Last Edit: 7 years 9 months ago by Coughlin Printing.
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13481
    • Web Designer/Developer

    Re: Request: Fixed toolbar in backend

    Posted 7 years 9 months ago
    • The best place to make such a feature request is on the Gantry 5 project on github. There our developers will respond to you directly about your request... https://github.com/gantry/gantry5/issues .

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.

Time to create page: 0.034 seconds