-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
It seems that you must be relying on a lot of default styles that aren't explicitly defined. See below:
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
Labels
No labels
