Skip to content

Commit

Permalink
fix: not being able to see bottom of details
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteflower committed Jan 7, 2025
1 parent 311818c commit 070a63d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion ui/pages/bridge/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@
height: 100%;
min-width: 360px;
max-width: 480px;
overflow-y: hidden;
}
4 changes: 4 additions & 0 deletions ui/pages/bridge/transaction-details/index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
.bridge-transaction-details {
&__content {
overflow-y: hidden;
}

&__icon-loading {
animation: loading-dot 1.2s linear infinite;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ const CrossChainSwapTxDetails = () => {
>
{t('bridge')} details
</Header>
<Content>
<Content className="bridge-transaction-details__content">
<Box
display={Display.Flex}
flexDirection={FlexDirection.Column}
Expand Down

0 comments on commit 070a63d

Please sign in to comment.