mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-06 20:10:12 +02:00
fix scroll shadow z-indexing issue with table scrollbars
This commit is contained in:
@@ -178,6 +178,10 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.item-table-container :global(.os-scrollbar) {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.item-table-pinned-header-shadow {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
|
||||
Reference in New Issue
Block a user