diff --git a/static/js/custom.js b/static/js/custom.js
index a77ddbd..8d65f12 100644
--- a/static/js/custom.js
+++ b/static/js/custom.js
@@ -3,11 +3,12 @@
//-----------------------------------------------------------
function show_search() {
$('#nav-search').removeClass('hide');
+ $('#nav-content').addClass('hide');
}
function hide_search() {
$('#nav-search').addClass('hide');
-
+ $('#nav-content').removeClass('hide');
}
//-----------------------------------------------------------
diff --git a/templates/template.html b/templates/template.html
index 71f2fb2..b371bf9 100644
--- a/templates/template.html
+++ b/templates/template.html
@@ -64,36 +64,38 @@
-
-
- Headscale
-