1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

fixed issue where table cells hide overflowed content

This commit is contained in:
NEOLPAR 2022-07-14 10:26:32 +01:00
parent f0d303ca19
commit 2e12d338c8
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>