Skip to content

Commit c80130d

Browse files
authored
fix(ui5-table-column): fix sticky column overlaps dialogs (#1609)
FIXES: #1602
1 parent 187b7d4 commit c80130d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/main/src/themes/TableColumn.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ th {
2929
:host([sticky]) th {
3030
position: sticky;
3131
top: 0;
32-
z-index: 999;
32+
z-index: 99;
3333
}

packages/playground/_sass/layout.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
justify-content: space-between;
9696
align-items: center;
9797
background-color: #000;
98-
z-index: 100;
98+
z-index: 10;
9999

100100
.main-content, .main-content-header {
101101
padding-top: 0;

0 commit comments

Comments
 (0)