0.0.54
This commit is contained in:
@@ -116,7 +116,7 @@
|
|||||||
.block_overlay{
|
.block_overlay{
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
.block_overlay.hide{
|
.block_overlay.hide{
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<div class="block_overlay"></div>
|
<div class="block_overlay hide"></div>
|
||||||
{% include "blocks/static/header.html" %}
|
{% include "blocks/static/header.html" %}
|
||||||
{% include "blocks/b_curtain.html" %}
|
{% include "blocks/b_curtain.html" %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user