Skip to content

Commit

Permalink
BalanceInfo: Show currency list above TransactionFilters
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Apr 24, 2020
1 parent 65e7cc6 commit 4106333
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/popup/router/components/BalanceInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,14 @@ export default {
border-radius: 5px;
}
.dropdown-container.show ul.sub-dropdown {
visibility: visible;
max-height: 165px;
overflow-y: scroll;
.dropdown-container.show {
z-index: 1;
ul.sub-dropdown {
visibility: visible;
max-height: 165px;
overflow-y: scroll;
}
}
.sub-dropdown .single-currency:hover {
Expand Down

0 comments on commit 4106333

Please sign in to comment.