From 7608ee8450e0ed0c125a14bd1c2376659f22b7f0 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 5 Aug 2021 09:35:36 -0700 Subject: [PATCH] #6797: Fix initial sidenav handling on smaller screens --- netbox/templates/base/base.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/netbox/templates/base/base.html b/netbox/templates/base/base.html index 7fb08013d..edc18e0af 100644 --- a/netbox/templates/base/base.html +++ b/netbox/templates/base/base.html @@ -80,20 +80,25 @@ {# Additional content #} {% block head %}{% endblock %} - +