1
0
Fork 0
mirror of synced 2024-07-05 22:40:39 +12:00

Merge branch 'feat/user-groups-tab' of github.com:Budibase/budibase into feat/user-groups-tab

This commit is contained in:
Peter Clement 2022-07-14 11:40:56 +01:00
commit a9a69de3c0
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>