fix flash messages position

This commit is contained in:
Brice Maron 2019-08-02 22:35:58 +02:00 committed by Alexis Metaireau
parent 60b76f32f5
commit 5b2fa36efa

View file

@ -354,7 +354,7 @@ tr.payer_line .balance-name {
display: flex; display: flex;
justify-content: center; justify-content: center;
position: absolute; position: absolute;
top: 0.6rem; top: 4.5rem;
width: 100%; width: 100%;
pointer-events: none; pointer-events: none;
} }