diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 9a0cfd1..a4b71d7 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -2,6 +2,9 @@
import Footer from "$lib/components/Footer.svelte";
import Navbar from "$lib/components/Navbar.svelte";
import "../app.css";
+
+ // only show footer if scrolled to the bottom
+
@@ -10,10 +13,10 @@
-
\ No newline at end of file
+ -->
\ No newline at end of file
diff --git a/src/routes/log/+page.svelte b/src/routes/log/+page.svelte
index 2090c4f..d8d90fc 100644
--- a/src/routes/log/+page.svelte
+++ b/src/routes/log/+page.svelte
@@ -10,8 +10,6 @@
import SucessToast from "$lib/components/SucessToast.svelte";
import mapDrawing from "$lib/assets/adventure_map.svg"
import EditModal from "$lib/components/EditModal.svelte";
- import { Input } from "postcss";
-
let newName = '';
let newLocation = '';
@@ -119,14 +117,14 @@
{#if adventures.length == 0}
-