-
Hi I'm trying to add a "footer" with a "New" button at the bottom of the LayoutSider. Whatever I have tried doesn´t move the button from the top... Is that possible with Blazorise out of the box or do I need to do some CSS "voodoo"? Here is what I have been working with (doesn't work) <Layout Sider="true">
<LayoutSider>
<LayoutSiderContent>
<Layout>
<LayoutFooter>
<Button Color="Color.Primary">New</Button>
</LayoutFooter>
</Layout>
</LayoutSiderContent>
</LayoutSider>
<... header and content layout ommited>
</Layout> |
Beta Was this translation helpful? Give feedback.
Answered by
stsrki
Mar 29, 2021
Replies: 1 comment
-
I think you will need some CSS voodoo magic to make it work. While Layout will help you to quickly build some basic structure, for anything custom the CSS is best option. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sturlath
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you will need some CSS voodoo magic to make it work. While Layout will help you to quickly build some basic structure, for anything custom the CSS is best option.