From de4ef8f636de2308a1a010123c785fe012acb32f Mon Sep 17 00:00:00 2001 From: JustineFricou Date: Thu, 30 May 2024 10:35:54 +0200 Subject: [PATCH] Fix toast stacking: top toast not on the bottom when it's the only one displayed --- geotrek/core/static/core/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/geotrek/core/static/core/style.css b/geotrek/core/static/core/style.css index d9c94b1ae8..4c129f89df 100644 --- a/geotrek/core/static/core/style.css +++ b/geotrek/core/static/core/style.css @@ -120,6 +120,7 @@ span.aggregation { .toast-error { background-color: #f8d7da; border-color: #f5c2c7; + display: none; } .toast-error-header {