From c136aa352c2c38d74d8aaf7727c6c5d676e0bd72 Mon Sep 17 00:00:00 2001 From: William Moore Date: Wed, 7 Jun 2023 01:32:49 -0500 Subject: [PATCH] Update to make the config and src links fixed in the upper right --- public/css/app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/app.css b/public/css/app.css index 84fcb4e..a559af8 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -3,7 +3,8 @@ body { } .link-box { - position: absolute; + position: fixed; + z-index: 1; top: 0; right: .5em; }