From c5b44a83f72dfa1d252b2324964fa91f451d8509 Mon Sep 17 00:00:00 2001 From: Maria Petrova <m.petrova@fz-juelich.de> Date: Wed, 17 Nov 2021 12:54:37 +0100 Subject: [PATCH] Hide visibility of the wrapper div --- templates/main.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/main.html b/templates/main.html index 833e071..153b1bf 100644 --- a/templates/main.html +++ b/templates/main.html @@ -87,8 +87,9 @@ {% if not current_user.is_anonymous %} {% set version_label = 'Version' %} <!-- Use a wrapper div to detach the footer from the content. --> - <div style="padding-bottom: 3rem !important; display: none; flex-grow: 1 !important; -ms-flex-direction: column !important; display: flex !important; + <div style="padding-bottom: 3rem !important; visibility: hidden !important; flex-grow: 1 !important; -ms-flex-direction: column !important; display: flex !important; flex-direction: column !important;"> + . </div> <footer class="footer" style="background-image: url(https://eflows4hpc.eu/wp-content/uploads/2021/02/Barra-gris-footer.png) !important; height: auto; color: #575756 !important; background-repeat: no-repeat !important; background-size: cover !important; margin-top: 2rem;"> <div class="container p-0" style="padding: 0px !important"> -- GitLab