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

fixed position inside scrollview #77

Closed
peppeg85 opened this issue Jun 7, 2018 · 1 comment
Closed

fixed position inside scrollview #77

peppeg85 opened this issue Jun 7, 2018 · 1 comment

Comments

@peppeg85
Copy link

peppeg85 commented Jun 7, 2018

hello, as the title says, how fix the button inside a scrollview (the page scrolls but the button is still there)?

thank you !

@anki247
Copy link

anki247 commented Jul 3, 2018

Wrap them inside a GridLayout with same row

<GridLayout rows="*">
    <ScrollView row="0">
      ...
    </ScrollView>
    <FAB row="0" ... ></FAB>
</GridLayout>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants