AppShell: non-sticky full-width footer #2471
-
Hi! I am constructing a dashboard like page using an AppShell with a header, left sidebar and footer. The footer is sticky which is expected according to the app shell documentation. To make it non-sticky, I get that I can turn it into a pageFooter - but that makes it not fill the entire width. Is there a way to make the non-sticky pageFooter fill the full width of the screen (like the ordinary footer)? Another solution would be a way to make the footer non-sticky... Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Not with the AppShell, but if that is what you want, especially when the sidebarLeft always needs to be visible, you can easily build a similar setup using GridAreas. |
Beta Was this translation helpful? Give feedback.
Not with the AppShell, but if that is what you want, especially when the sidebarLeft always needs to be visible, you can easily build a similar setup using GridAreas.
The AppShell is there as a help to get started, when it no longer does what you want it to, it's time to ditch it and implement a custom layout