From 6635f93db85b8f92768b4d712070c82381e84f18 Mon Sep 17 00:00:00 2001 From: SBD Date: Thu, 30 Nov 2023 17:00:00 +0300 Subject: [PATCH] 0.0.54 --- static/aerbimCSSMOBILE.css | 2 +- templates/tb_base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/aerbimCSSMOBILE.css b/static/aerbimCSSMOBILE.css index f330e96..a558699 100644 --- a/static/aerbimCSSMOBILE.css +++ b/static/aerbimCSSMOBILE.css @@ -116,7 +116,7 @@ .block_overlay{ height: 100vh; width: 100vw; - position: absolute; + position: fixed; z-index: 100; } .block_overlay.hide{ diff --git a/templates/tb_base.html b/templates/tb_base.html index 83efdfe..7544cf4 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -16,7 +16,7 @@ {% csrf_token %} -
+
{% include "blocks/static/header.html" %} {% include "blocks/b_curtain.html" %}