From b118ad2d4bceb4b6ac80b747ce39a78b745aac74 Mon Sep 17 00:00:00 2001 From: Alex Huddleston Date: Fri, 10 Apr 2020 14:48:03 -0500 Subject: [PATCH] Make position fixed. --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index 3319009..ce92df5 100644 --- a/index.css +++ b/index.css @@ -27,7 +27,7 @@ } #ebgamesguy { - position: sticky; + position: fixed; bottom: -9rem; right: 5rem; float: right;