mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
fix scroll shadow z-indexing issue with table scrollbars
This commit is contained in:
@@ -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%;
|
||||||
|
|||||||
Reference in New Issue
Block a user