Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

md-fab isn't fixed when scrolling #2205

@jgoux

Description

@jgoux

Hello,
shouldn't a md-button with "md-fab md-fab-bottom-right" be fixed at its position
even when the parent container is scrollable ?
I'm on the master branch, and at the moment the button doesn't stay at its position when I scroll :
mdfab

For the markup, it's just a md-button inside a md-content :

<md-content>
    <!-- other divs -->
    <md-button class="md-fab md-fab-bottom-right">
        <md-icon md-font-icon="mdi mdi-check"></md-icon>
    </md-button>
</md-content>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions