1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00

Fix issues with scrollbar in currency display.

This commit is contained in:
Dan 2018-06-22 13:43:39 -02:30
parent 9f5ee94b69
commit d5133fb429
2 changed files with 1 additions and 2 deletions

View File

@ -149,7 +149,7 @@ CurrencyDisplay.prototype.render = function () {
} : {}),
ref: input => { this.currencyInput = input },
style: {
minWidth: this.getInputWidth(valueToRender, readOnly),
width: this.getInputWidth(valueToRender, readOnly),
},
min: 0,
}),

View File

@ -48,7 +48,6 @@
display: flex;
flex: 1;
max-width: 100%;
overflow-x: scroll;
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;