File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed
src/app/pages/transaction Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ <h1 class="text--white mb-0">COSMOS Transaction Details</h1>
92
92
class ="row flex-column flex-lg-row mb-3 mt-3 body token-transfer-wrapper justify-content-between "
93
93
*ngIf ="isShowTokenTransfer ">
94
94
< div class ="col-12 col-lg-2 text--gray-4 position-sticky top-0 "> Token transfer</ div >
95
- < div class ="col-12 col-lg-10 h-100 ">
95
+ < div class ="col-12 col-lg-10 h-100 transfer-list ">
96
96
< app-token-transfer
97
97
[transaction] ="transaction "
98
98
[transferType] ="'asset' "
@@ -103,7 +103,7 @@ <h1 class="text--white mb-0">COSMOS Transaction Details</h1>
103
103
class ="row flex-column flex-lg-row mb-3 mt-3 body token-transfer-wrapper no-border-top justify-content-between "
104
104
*ngIf ="isShowNFTTransfer ">
105
105
< div class ="col-12 col-lg-2 text--gray-4 position-sticky top-0 "> NFT transfer</ div >
106
- < div class ="col-12 col-lg-10 h-100 ">
106
+ < div class ="col-12 col-lg-10 h-100 transfer-list ">
107
107
< app-token-transfer
108
108
[transaction] ="transaction "
109
109
[transferType] ="'nft' "
Original file line number Diff line number Diff line change 35
35
padding-bottom : 12px ;
36
36
border-bottom : 1px solid #545454 ;
37
37
flex-wrap : nowrap ;
38
- max-height : 250px ;
39
38
overflow : auto ;
40
39
40
+ .transfer-list {
41
+ max-height : 250px ;
42
+ }
43
+
41
44
@media (max-width : 768px ) {
42
45
overflow : unset ;
43
46
}
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ <h1 class="text--white mb-0">EVM Transaction Details</h1>
116
116
class ="row flex-column flex-lg-row mb-3 mt-3 body token-transfer-wrapper justify-content-between "
117
117
*ngIf ="isShowTokenTransfer ">
118
118
< div class ="col-12 col-lg-2 text--gray-4 position-sticky top-0 "> Token transfer</ div >
119
- < div class ="col-12 col-lg-10 h-100 ">
119
+ < div class ="col-12 col-lg-10 h-100 transfer-list ">
120
120
< app-token-transfer
121
121
[transaction] ="transaction "
122
122
[transferType] ="'asset' "
@@ -127,7 +127,7 @@ <h1 class="text--white mb-0">EVM Transaction Details</h1>
127
127
class ="row flex-column flex-lg-row mb-3 mt-3 body token-transfer-wrapper no-border-top justify-content-between "
128
128
*ngIf ="isShowNFTTransfer ">
129
129
< div class ="col-12 col-lg-2 text--gray-4 position-sticky top-0 "> NFT transfer</ div >
130
- < div class ="col-12 col-lg-10 h-100 ">
130
+ < div class ="col-12 col-lg-10 h-100 transfer-list ">
131
131
< app-token-transfer
132
132
[transaction] ="transaction "
133
133
[transferType] ="'nft' "
Original file line number Diff line number Diff line change 57
57
padding-bottom : 12px ;
58
58
border-bottom : 1px solid #545454 ;
59
59
flex-wrap : nowrap ;
60
- max-height : 250px ;
61
60
overflow : auto ;
62
61
62
+ .transfer-list {
63
+ max-height : 250px ;
64
+ }
65
+
63
66
@media (max-width : 768px ) {
64
67
overflow : unset ;
65
68
}
You can’t perform that action at this time.
0 commit comments