Skip to content

Set css relative instead of fixed when setting parentSelector not attaching #309

Closed
@coreyzev

Description

@coreyzev

The loading-bar itself seemed to be stuck on the body no matter what I did. I spent probably an hour or more trying to troubleshoot why...

I finally figured out if i just set this:

#loading-bar .bar {
  position: relative;
}

Then the loading bar finally go where I tell it to. You should probably add this in as a conditional inline css.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions