From 0f05bd2d0802743110adbb53ebaf6a2e6069032a Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Sat, 4 Apr 2020 18:42:48 +0200 Subject: [PATCH] Fix banner message position --- custom_portal.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_portal.css b/custom_portal.css index acb424b..3431602 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -86,7 +86,8 @@ body { .messages { - float: left; + /*float: left;*/ + position: absolute; border-radius: 0 0 15px 15px; margin-top: 256px; max-width: none;