From a4e59a4a5bb4c3b77e76dedc3a789b3ab74b6f3b Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Sat, 20 Jan 2018 11:55:20 +1300 Subject: [PATCH] * --- sources/links/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/links/main.css b/sources/links/main.css index 48ea9be..6d1ae53 100644 --- a/sources/links/main.css +++ b/sources/links/main.css @@ -5,8 +5,8 @@ canvas { cursor: none } yu { display:block; } -#cursor { z-index:899; position: fixed; } -#guide { z-index:810;position: fixed; display: none} +#cursor { z-index:899; position: absolute; } +#guide { z-index:810;position: absolute; display: none} #above { z-index:800; position: absolute; } #below { z-index:799; position: absolute; }