diff --git a/files/assets/js/mobile_navigation_bar.js b/files/assets/js/mobile_navigation_bar.js
index 2c6bf1097..20ba6044c 100644
--- a/files/assets/js/mobile_navigation_bar.js
+++ b/files/assets/js/mobile_navigation_bar.js
@@ -8,10 +8,10 @@ document.getElementsByTagName('body')[0].onscroll = () => {
// var navbar = document.getElementById("navbar");
if (bottomBar != null) {
- if (currentScrollPos <= 60 || currentScrollPos >= document.body.offsetHeight - 50) {
+ if (currentScrollPos <= 60 || currentScrollPos >= document.body.offsetHeight - 40) {
bottomBar.style.transform = "translateY(60px)";
}
- else if (prevScrollpos > currentScrollPos && currentScrollPos < document.body.offsetHeight - 50) {
+ else if (prevScrollpos > currentScrollPos && currentScrollPos < document.body.offsetHeight - 40) {
bottomBar.style.transform = "translateY(0px)"
}
else {
diff --git a/files/templates/default.html b/files/templates/default.html
index 557c9f55c..0c1166361 100644
--- a/files/templates/default.html
+++ b/files/templates/default.html
@@ -332,7 +332,7 @@
-
+
{% if v %}