From 5a6bdd756a4af36e0dd2a87ac120730226eafcbd Mon Sep 17 00:00:00 2001 From: d11n Date: Thu, 20 Jun 2024 16:17:36 +0200 Subject: [PATCH] POS: Keypad error should sit below the header (#6055) Fixes #6054. --- BTCPayServer/wwwroot/pos/keypad.css | 3 +++ 1 file changed, 3 insertions(+) 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;