You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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;
}
The text was updated successfully, but these errors were encountered: