Skip to content

Commit

Permalink
update css for transactions page
Browse files Browse the repository at this point in the history
  • Loading branch information
deuch13 committed May 15, 2024
1 parent 68324d9 commit d11de48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.transactions-card__table,
.transactions-card__list {
max-height: 70dvh;
overflow-y: auto;
}
8 changes: 8 additions & 0 deletions explorer/src/routes/transactions/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@
loading={isLoading}
/>
</section>

<style>
.transactions {
display: flex;
flex-direction: column;
overflow: hidden;
}
</style>

0 comments on commit d11de48

Please sign in to comment.