[accelerator] fix accel preview autoscroll

This commit is contained in:
nymkappa 2024-04-05 20:59:15 +09:00
parent fa7c0ab58e
commit caa34fa8bb
No known key found for this signature in database
GPG Key ID: 92358FC85D9645DE

View File

@ -471,7 +471,7 @@
@if (!isLoadingTx) { @if (!isLoadingTx) {
@if (featuresEnabled) { @if (featuresEnabled) {
<tr> <tr>
<td class="td-width" i18n="transaction.features|Transaction features">Features</td> <td class="td-width" i18n="transaction.features|Transaction features" id="acceleratePreviewAnchor">Features</td>
<td> <td>
<app-tx-features [tx]="tx"></app-tx-features> <app-tx-features [tx]="tx"></app-tx-features>
</td> </td>