Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loding not showing (showing in white Background) #34

Closed
ShoubhikBanerjee opened this issue Apr 3, 2019 · 1 comment
Closed

Loding not showing (showing in white Background) #34

ShoubhikBanerjee opened this issue Apr 3, 2019 · 1 comment

Comments

@ShoubhikBanerjee
Copy link

ShoubhikBanerjee commented Apr 3, 2019

I have a code :

<LoadingOverlay active={this.state.isLoading} spinner text={this.state.loadingMsg} > <div className="div-area-child-list"> {mainContent} </div> </LoadingOverlay>

and class for "div-area-child-list" :

.div-area-child-list { position: fixed; top: 8%; bottom: 14%; left: 0%; right: 0%; overflow-y: scroll; }

Then the Loading is not shown at all...

How to solve this?

@derrickpelletier
Copy link
Owner

Very hard to debug without an example. If you can put a page up somewhere it could help. But this just sounds like a styling issue to me, check out https://github.com/derrickpelletier/react-loading-overlay#custom-styling-nail_care for details on how to customize the styles for your case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants