dropdown floating
This commit is contained in:
@@ -66,9 +66,7 @@ const getIskBalance = (transaction: TransactionResponse) => {
|
||||
<template #button>
|
||||
{{formatEveDate(t.data.date)}}
|
||||
</template>
|
||||
<div>
|
||||
<TransferList :transfers="t.data.transfers" />
|
||||
</div>
|
||||
<TransferList :transfers="t.data.transfers" />
|
||||
</Dropdown>
|
||||
</td>
|
||||
<td class="text-right">
|
||||
@@ -89,10 +87,6 @@ tr:hover>td>.transfer-dropdown :deep(>button) {
|
||||
@apply bg-slate-900;
|
||||
}
|
||||
|
||||
.transfer-dropdown {
|
||||
@appky z-1000;
|
||||
}
|
||||
|
||||
.transfer-dropdown :deep(>button) {
|
||||
@apply bg-slate-800 hover:bg-slate-900 border-none flex items-center w-full;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user