-
-
Notifications
You must be signed in to change notification settings - Fork 532
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
LayoutHeader moving #1283
Comments
Thanks for taking the time to make an example repo! I haven't had chance to test this myself yet with your example... I will give it a try tomorrow, but if you get round to it before me, I'd recommend trying out the latest preview version of Blazoirse with this to see if its already fixed in 0.9.2. |
Hey. I've just tried the pre-release 0.9.2 version. Sadly it had no effect. Mind you, I didn't change any source code, just recompiled with the later packages. |
@gallwood On which branch you tried? The changes that @MitchellNZ was talking about are still in PR, and needs to be merged. |
@stsrki good point. I simply used the 0.9.2 release from your private package store as referenced above. If I get time tomorrow or Friday, I can try the branch the PR is coming from. (In theory :) ) |
No worries, I will release it soon as preview anyways. There just needs to be some smaller things done by @MitchellNZ |
Describe the bug
I have a MainLayout file that contains a Layout component with a LayoutHeader and LayoutContent. Inside the header is a Bar comp.
In my page body, if I have a simple table with more that 35 rows in it, once I scroll down to the bottom of the page, the Bar in the header scrolls out of view.
Expected behavior
I would expect the Header bar to remain static.
Example repo:
https://github.com/gallwood/Scrolling
The text was updated successfully, but these errors were encountered: