Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Button's loading state is misaligned in firefox #10

Open
vladshcherbin opened this issue Sep 7, 2017 · 1 comment
Open

Button's loading state is misaligned in firefox #10

vladshcherbin opened this issue Sep 7, 2017 · 1 comment
Assignees
Labels

Comments

@vladshcherbin
Copy link

screen shot 2017-09-08 at 1 54 16 am

Firefox 51

@vladshcherbin
Copy link
Author

Adding this to .loader fixes it:

top: 0;
left: 0;

Probably top: 0 is enough, but add left: 0 too. Don't forget to add them when using absolute position.

screen shot 2017-09-08 at 1 58 52 am

@SerafimArts SerafimArts self-assigned this Sep 7, 2017
@SerafimArts SerafimArts added the bug label Sep 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants