From 07da527a1f467574ed6289f767f085f7970cc089 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 %} - +