diff --git a/BTCPayServer/Views/Stores/PayButton.cshtml b/BTCPayServer/Views/Stores/PayButton.cshtml index e0ee81ece..e8badec7b 100644 --- a/BTCPayServer/Views/Stores/PayButton.cshtml +++ b/BTCPayServer/Views/Stores/PayButton.cshtml @@ -375,6 +375,11 @@ line-height: 35px; background: #fff; } + #btcpay-input-price::-webkit-outer-spin-button, + #btcpay-input-price::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; + }