1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Merge pull request #3176 from MetaMask/FirefoxSettingsOverflow

Scrollable Settings screen for Firefox
This commit is contained in:
Dan Finlay 2018-02-01 15:51:55 -08:00 committed by GitHub
commit daa7caf7bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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', [