chec / ui-library

Chec UI library assets and components

Home Page:https://chec-ui.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow loading indicator to be used without the "absolute" behaviour

ScopeyNZ opened this issue · comments

Right now, when using the loading component, it's always absolutely positioned in a relative parent. This can be very annoying in some cases, requires specific CSS to work around the absolute positioning.

I'm starting to think we should refactor the loading component a bit considering #474 is also an annoying issue.