This commit is contained in:
SBD
2023-11-21 20:23:41 +03:00
parent 42f288e0e4
commit 0b177d845c
2 changed files with 3 additions and 3 deletions

View File

@@ -2363,11 +2363,11 @@
min-width: 1280px; min-width: 1280px;
} }
.cut_width_f_curtain.close{ .cut_width_f_curtain.n_profile.close{
z-index: -1; z-index: -1;
} }
.cut_width_f_curtain.open{ .cut_width_f_curtain.n_profile.open{
z-index: 101; z-index: 101;
} }

View File

@@ -50,7 +50,7 @@
<script src="{% static "js/range_calendar.js" %}"></script> <script src="{% static "js/range_calendar.js" %}"></script>
{% block meta %} {% block meta %}
{% endblock %}s {% endblock %}
</head> </head>
<body {% if page_type == 'routes' %}onscroll="scroll_ev(event,this)" {% endif %}> <body {% if page_type == 'routes' %}onscroll="scroll_ev(event,this)" {% endif %}>
<div class="block_overlay {% if page_type == 'profile' %}show{% elif page_type == 'routes' %} routes n_profile{% else %}hidden n_profile{% endif %}" onclick="open_curtain()"></div> <div class="block_overlay {% if page_type == 'profile' %}show{% elif page_type == 'routes' %} routes n_profile{% else %}hidden n_profile{% endif %}" onclick="open_curtain()"></div>