Skip to content

Commit

Permalink
WebcomponentsVue: Tweak z-index of loader
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-sharapov-sc committed Jan 27, 2025
1 parent 2ef5246 commit c8b1c1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const ifOverlapping = {
ui.label(customText ?? 'Updating...'),
ui.loader(),
], 'd4-update-shadow');
loader.style.zIndex = '1';
loader.style.zIndex = '10000';

const updateFn = (isOverlapping: boolean) => {
if (isOverlapping && loader) {
Expand Down

0 comments on commit c8b1c1c

Please sign in to comment.