aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tmashuang@gmail.com>2018-02-02 06:53:43 +0800
committerThomas <tmashuang@gmail.com>2018-02-02 06:53:43 +0800
commit10e75dc4dd1f7675d1c8f7645fe3becadb3078e3 (patch)
treef36c2e0b81a91e5ce1d7272c9a4a12ad6efe02bd
parent3b89a3f6cec8a34cff0820fb1a04f415b7028e09 (diff)
downloadtangerine-wallet-browser-10e75dc4dd1f7675d1c8f7645fe3becadb3078e3.tar.gz
tangerine-wallet-browser-10e75dc4dd1f7675d1c8f7645fe3becadb3078e3.tar.zst
tangerine-wallet-browser-10e75dc4dd1f7675d1c8f7645fe3becadb3078e3.zip
Scrollable Settings screen for Firefox
-rw-r--r--CHANGELOG.md1
-rw-r--r--ui/app/config.js7
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 580ead5b7..1d5c17765 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
- Removed unneeded data from storage
- Add a "reset account" feature to Settings
- Add warning for importing some kinds of files.
+- Scrollable Setting view for Firefox.
## 3.13.8 2018-1-29
diff --git a/ui/app/config.js b/ui/app/config.js
index 42066c647..06568f669 100644
--- a/ui/app/config.js
+++ b/ui/app/config.js
@@ -30,7 +30,12 @@ ConfigScreen.prototype.render = function () {
var warning = state.warning
return (
- h('.flex-column.flex-grow', [
+ h('.flex-column.flex-grow', {
+ style:{
+ maxHeight: '465px',
+ overflowY: 'auto',
+ },
+ }, [
// subtitle and nav
h('.section-title.flex-row.flex-center', [