From e2286676f1f4dc37c98afe5bcee1777949e48c08 Mon Sep 17 00:00:00 2001 From: Glandos Date: Wed, 13 Oct 2021 22:27:49 +0200 Subject: [PATCH] Flash messages must be dimissed manually --- ihatemoney/static/css/main.css | 1 - ihatemoney/templates/layout.html | 17 ++++++----------- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index 13af3675..d71c9bd3 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -469,7 +469,6 @@ tr.payer_line .balance-name { position: absolute; top: 4.5rem; width: 100%; - pointer-events: none; } .light { diff --git a/ihatemoney/templates/layout.html b/ihatemoney/templates/layout.html index bd5a412a..137c2a59 100644 --- a/ihatemoney/templates/layout.html +++ b/ihatemoney/templates/layout.html @@ -21,12 +21,6 @@ {% block head %}{% endblock %}