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

Overlay stays in bottom right corner when FAB is moved #1

Open
cminardi opened this issue Jan 25, 2016 · 0 comments
Open

Overlay stays in bottom right corner when FAB is moved #1

cminardi opened this issue Jan 25, 2016 · 0 comments

Comments

@cminardi
Copy link

When styling the paper-fab-speed-dial to be positioned differently than the default bottom-right corner, the overlay with actions keeps being displayed in the bottom-right corner.

For example, the code

<paper-fab-speed-dial style="position: absolute;bottom: 72px;right:0px;">
    <paper-fab-speed-dial-action icon="icons:content-copy">Copy</paper-fab-speed-dial-action>
    <paper-fab-speed-dial-action icon="icons:print">Print</paper-fab-speed-dial-action>
</paper-fab-speed-dial>

generates the element below, where the actual FAB is displayed correctly, but once tapped, the overlay is opened at the bottom-right corner.

issue

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

2 participants
@cminardi and others