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

How to set z-index for ngx-ui-loader #72

Open
varund29 opened this issue Jun 21, 2020 · 2 comments
Open

How to set z-index for ngx-ui-loader #72

varund29 opened this issue Jun 21, 2020 · 2 comments

Comments

@varund29
Copy link

varund29 commented Jun 21, 2020

Please tell how to set z-index for ngx-ui-loader

there is no option(property) to set z-index in configuration.

export interface NgxUiLoaderConfig {
bgsColor?: string;
bgsOpacity?: number;
bgsPosition?: string;
bgsSize?: number;
bgsType?: string;
fgsColor?: string;
fgsPosition?: string;
fgsSize?: number;
fgsType?: string;
gap?: number;
logoPosition?: string;
logoSize?: number;
logoUrl?: string;
overlayColor?: string;
pbColor?: string;
pbDirection?: string;
pbThickness?: number;
text?: string;
textColor?: string;
textPosition?: string;
threshold?: number;
}

@ujjaldey
Copy link

True. There should be an option to configure the z-index. I am using confirmation modal in canDeactivate. But the modal is not clickable due to the overlay.

@jh0rman
Copy link

jh0rman commented Jan 12, 2021

+1

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

3 participants