Skip to content

Commit

Permalink
Allow clicking buttons behind messages div (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikos410 committed Nov 24, 2021
1 parent 68552a6 commit 05ac991
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ihatemoney/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 05ac991

Please sign in to comment.