t-ho / ngx-ui-loader

Multiple Loaders / spinners and Progress bar for Angular 5, 6, 7 and 8+
https://tdev.app/ngx-ui-loader/demo
MIT License
431 stars 41 forks source link

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

Open varund29 opened 4 years ago

varund29 commented 4 years ago

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 commented 3 years ago

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.

qhariN commented 3 years ago

+1