Skip to content

Commit

Permalink
fix(ui5-progress-indicator): removed redundant z-index (#8797)
Browse files Browse the repository at this point in the history
Removed redundant z-index which causes PI to overlap over some of its
parent elements.

Fixes: #8303
  • Loading branch information
plamenivanov91 committed Apr 18, 2024
1 parent 193ed52 commit 4763637
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/main/src/themes/ProgressIndicator.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
box-sizing: border-box;
border: var(--_ui5_progress_indicator_bar_border_max);
border-radius: var(--_ui5_progress_indicator_bar_border_radius);
z-index: 1;
}

.ui5-progress-indicator-min-value .ui5-progress-indicator-bar,
Expand Down

0 comments on commit 4763637

Please sign in to comment.