From 0a96f7957a1185b4c778576198e9b9c05b4040d2 Mon Sep 17 00:00:00 2001 From: seotts Date: Fri, 25 Mar 2022 14:50:01 -0400 Subject: [PATCH] Fix oldtimey position --- src/components/oldtimey-mode/oldtimey-mode.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/oldtimey-mode/oldtimey-mode.scss b/src/components/oldtimey-mode/oldtimey-mode.scss index 073ac3d78..2294c2aef 100644 --- a/src/components/oldtimey-mode/oldtimey-mode.scss +++ b/src/components/oldtimey-mode/oldtimey-mode.scss @@ -1,12 +1,11 @@ @import "../../colors"; .oldtimey-mode { - position: absolute; + position: fixed; width: 100%; height: 100%; background: transparent url("/images/oldtimey.png") center center; background-size: 100% 100%; - background-repeat: repeat-y; z-index: 500; pointer-events: none; } \ No newline at end of file