diff --git a/BTCPayServer/wwwroot/pos/keypad.css b/BTCPayServer/wwwroot/pos/keypad.css index 9df357c50..34a060830 100644 --- a/BTCPayServer/wwwroot/pos/keypad.css +++ b/BTCPayServer/wwwroot/pos/keypad.css @@ -3,6 +3,9 @@ overflow: hidden; position: relative; } +#PosKeypad .alert { + margin-top: var(--btcpay-space-xl); +} button[data-bs-toggle] { position: absolute;