Panel on Shell
Summary
Panel on Shell that does Push instead of overlayContent
We need to place a box on shell (thinking a Panel is our best option, but open to input) to display information to our end user. We want to put the panel on shell, because it needs to be visible on any page as needed.
This panel will have a simple table that includes an error message, and a link which Navigates to a different page in our application where we want the user to take some action.
We need this panel to open up at the bottom of the page, just above the Footer which is fixed-bottom, so it is always visible. The panel needs to Push the page details up so everything is still visible.
0