How can I place FluentFooter on bottom of the template #2475
Replies: 5 comments
-
You could use the Have you tried this? |
Beta Was this translation helpful? Give feedback.
-
@dvoituron thanks for your input. I forgot to metion that I try to do it based on the current FluentUI Template. I've created a small sample repository which shows exactly want I want to achieve. Am I missing something in here? |
Beta Was this translation helpful? Give feedback.
-
To remove the footer as a sticky footer, you need to remove the fixed body height in .body-content {
align-self: stretch;
/* height: calc(100dvh - 86px) !important; */
display: flex;
} To apply a style to the left menu, you can customize the |
Beta Was this translation helpful? Give feedback.
-
Hi @dvoituron getting rid of the height also removes the stickyness of the |
Beta Was this translation helpful? Give feedback.
-
@dvoituron I still haven't figured this one out. Is there no easy way to achieve this with latest 4.9.3 template? |
Beta Was this translation helpful? Give feedback.
-
How can I move the FluentFooter below the the content?
Basically what I try to achieve:
2.1 Sidebar on left
2.2 Content on right
2.3 Footer below sidebar and content but not permanently visible on bottom
Or like the footer on https://www.microsoft.com
Beta Was this translation helpful? Give feedback.
All reactions