From 4164c633b0fc3bd4be80b9b617993a4ea11c25f1 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Thu, 9 Jun 2022 13:36:00 -0400 Subject: [PATCH] Fixed a style bug with the footer that made the links unclickable --- src/assets/stylesheets/lumbridge.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/stylesheets/lumbridge.sass b/src/assets/stylesheets/lumbridge.sass index a05bcb7..2843d86 100644 --- a/src/assets/stylesheets/lumbridge.sass +++ b/src/assets/stylesheets/lumbridge.sass @@ -150,7 +150,7 @@ hr #footer box-sizing: border-box position: fixed - z-index: -1 + z-index: 1 bottom: 0 width: 100% height: $footer-height