fix scroll shadow z-indexing issue with table scrollbars

This commit is contained in:
jeffvli
2026-04-04 23:48:48 -07:00
parent 573fe5ee35
commit 25bb7f7069
@@ -178,6 +178,10 @@
height: 100%; height: 100%;
} }
.item-table-container :global(.os-scrollbar) {
z-index: 2;
}
.item-table-pinned-header-shadow { .item-table-pinned-header-shadow {
position: absolute; position: absolute;
top: 100%; top: 100%;