1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00

fixed issue where table cells hide overflowed content

This commit is contained in:
NEOLPAR 2022-07-14 10:26:32 +01:00
parent cfb211f23c
commit 0cde11daa1
2 changed files with 1 additions and 8 deletions

View file

@ -578,7 +578,7 @@
gap: 4px;
border-bottom: 1px solid var(--spectrum-alias-border-color-mid);
background-color: var(--table-bg);
z-index: 1;
z-index: auto;
}
.spectrum-Table-cell--divider {
padding-right: var(--cell-padding);

View file

@ -13,11 +13,4 @@
</div>
<style>
div {
overflow: visible;
text-overflow: ellipsis;
white-space: nowrap;
z-index: 1000;
position: relative;
}
</style>