Allow clicking buttons behind messages div

This commit is contained in:
Nikos Epping 2021-11-21 19:26:28 +01:00
parent 4d6a5aaa27
commit d2db67a964
No known key found for this signature in database
GPG key ID: 8AAF07BFD862BFBC

View file

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