Skip to content

Major styling issues #3

Description

@hackel

It seems that you must be relying on a lot of default styles that aren't explicitly defined. See below:

image

Specifically the wrapper background and overflow needs to be adjusted to get the spinner to look remotely acceptable.

<style scoped>
    .white-overlay >>> .loader-wrapper .wrapper {
        background-color: transparent;
        overflow:         visible;
    }
</style>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions