Skip to content

Commit

Permalink
Merge pull request #195 from aeternity/release/0.0.21
Browse files Browse the repository at this point in the history
Release 0.0.21
  • Loading branch information
davidyuk authored Apr 24, 2020
2 parents 65e7cc6 + 85664ff commit a18f55a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.superhero.cordova" version="0.0.20" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.superhero.cordova" version="0.0.21" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>SuperHero</name>
<description>SuperHero wallet</description>
<author email="dev@cordova.apache.org" href="http://cordova.io">
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superhero-wallet",
"version": "0.0.20",
"version": "0.0.21",
"description": "Superhero wallet",
"author": "SuperHero",
"license": "MIT",
Expand Down
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

3 comments on commit a18f55a

@davidyuk
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davidyuk
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davidyuk
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.