Hide or remove Perspective sign out and status footer

Is it possible to completely hide or remove the little footer which is always there when you open a Perspective view in your browser? Even when it is minimized it still sits on top of whatever component is in the bottom-right corner of the view. It’s not a huge deal on a desktop session, but when you’re on a mobile device it blocks a significant amount of the available space.

As of release version 8.0.5, look under your session props for appBar and set it’s togglePosition subproperty to hidden.

(This was one of my biggest complaints prior to 8.0.5 :P)

4 Likes

Brilliant! I didn’t know what it was called, so I couldn’t find the documentation or existing forum posts about this.

Thank you!

1 Like