Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The LayoutFooter component is not pinned to the bottom of the window #1069

Closed
199621616 opened this issue Jul 3, 2020 · 3 comments
Closed
Labels
Priority: Medium Type: Bug 🐞 Something isn't working
Milestone

Comments

@199621616
Copy link

当Body的内容高度超出窗口高度后,LayoutFoot组件没有Fixed属性可用,会随Body内容上下移动。

预期的行为,像LayoutHeader组件一样,可将Fixed属性调为true,以固定在底部。

When the body content height exceeds the window height, the layoutfoot component has no fixed property available and will move up and down with the body content.

The expected behavior, like the layoutheader component, can be pinned to the bottom by setting the fixed property to true.

@stsrki
Copy link
Collaborator

stsrki commented Jul 4, 2020

@MitchellNZ wanna take a look at this after you finish with your current work?

@stsrki stsrki added Priority: Medium Type: Bug 🐞 Something isn't working labels Jul 4, 2020
@stsrki stsrki added this to the 0.9.3 milestone Jul 4, 2020
@MitchellNZ
Copy link
Contributor

@stsrki Yeah, sure thing.

@MitchellNZ MitchellNZ mentioned this issue Jul 6, 2020
3 tasks
@MitchellNZ
Copy link
Contributor

MitchellNZ commented Jul 6, 2020

Fixed as part of #1090 (in 0.9.2).
You will need to added <LayoutFooter Fixed="true">...</LayoutFooter>.

@stsrki stsrki mentioned this issue Jul 6, 2020
84 tasks
@stsrki stsrki changed the title The layoutfoot component is not pinned to the bottom of the window The LayoutFooter component is not pinned to the bottom of the window Jul 6, 2020
@stsrki stsrki modified the milestones: 0.9.3, 0.9.2 Jul 6, 2020
@stsrki stsrki moved this to ✔ Done in Development Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Medium Type: Bug 🐞 Something isn't working
Projects
Archived in project
Development

No branches or pull requests

3 participants