mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Allow clicking buttons behind messages div (#929)
This commit is contained in:
parent
68552a6034
commit
05ac991a55
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue