Scrollable Settings screen for Firefox

This commit is contained in:
Thomas 2018-02-01 14:53:43 -08:00
parent 3b89a3f6ce
commit 10e75dc4dd
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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', [