Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make loading element position important
When the `.loading` class is applied to a `.tooltip`, the loading element is wrongly positioned. This is due to the `left` and `top` rules in the `.tooltip::after` class. Solution to this issue is to set `!important` to `left` and `top` rules in the `.loading::after` class. Fixes picturepan2#649
- Loading branch information