Disable scrolling to page content

This commit is contained in:
Jeremy Stretch 2024-02-14 15:46:43 -05:00
parent 4f3f2142f4
commit fa4f4893a3
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ Blocks:
{# Page content #}
<div class="page-wrapper">
<div id="page-content" hx-boost="true" hx-target="#page-content" hx-select="#page-content" hx-swap="outerHTML">
<div id="page-content" hx-boost="true" hx-target="#page-content" hx-select="#page-content" hx-swap="outerHTML show:none">
{# Page header #}
{% block header %}

View File

@ -1,6 +1,6 @@
{% load helpers %}
<ul class="navbar-nav pt-lg-2" hx-boost="true" hx-target="#page-content" hx-select="#page-content" hx-swap="innerHTML">
<ul class="navbar-nav pt-lg-2" hx-boost="true" hx-target="#page-content" hx-select="#page-content" hx-swap="outerHTML show:none">
{% for menu, groups in nav_items %}
<li class="nav-item dropdown">