This commit is contained in:
SBD
2023-11-30 17:00:00 +03:00
parent 064ed82790
commit 6635f93db8
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@
.block_overlay{
height: 100vh;
width: 100vw;
position: absolute;
position: fixed;
z-index: 100;
}
.block_overlay.hide{

View File

@@ -16,7 +16,7 @@
</head>
<body>
{% csrf_token %}
<div class="block_overlay"></div>
<div class="block_overlay hide"></div>
{% include "blocks/static/header.html" %}
{% include "blocks/b_curtain.html" %}