Allow clicking buttons behind messages div (#929)

This commit is contained in:
Nikos Epping 2021-11-24 21:56:14 +01:00 committed by GitHub
parent 68552a6034
commit 05ac991a55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -470,6 +470,11 @@ tr.payer_line .balance-name {
position: absolute;
top: 4.5rem;
width: 100%;
pointer-events: none;
}
.messages .alert {
pointer-events: auto;
}
.light {