Skip to content

Commit

Permalink
fix(ui5-table): show busy indicator above sticky column headers (#7886)
Browse files Browse the repository at this point in the history
FIXES: #7848
  • Loading branch information
MapTo0 authored Nov 23, 2023
1 parent c6c04c6 commit bce4b93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/main/src/themes/Table.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ tr {
bottom: 0;
top: 0;
outline: none;
z-index: 100;
}

:host([busy]) .ui5-table-busy-ind {
Expand Down

0 comments on commit bce4b93

Please sign in to comment.