POS: Keypad error should sit below the header (#6055)

Fixes #6054.
This commit is contained in:
d11n 2024-06-20 16:17:36 +02:00 committed by GitHub
parent cf7bb8cff7
commit 5a6bdd756a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,9 @@
overflow: hidden;
position: relative;
}
#PosKeypad .alert {
margin-top: var(--btcpay-space-xl);
}
button[data-bs-toggle] {
position: absolute;