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:
parent
9f5ee94b69
commit
d5133fb429
@ -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,
|
||||
}),
|
||||
|
@ -48,7 +48,6 @@
|
||||
display: flex;
|
||||
flex: 1;
|
||||
max-width: 100%;
|
||||
overflow-x: scroll;
|
||||
|
||||
input[type="number"]::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
|
Loading…
Reference in New Issue
Block a user