From c75dad115dbac43a1495c900d73ddfd29638ab85 Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Thu, 11 Jun 2020 03:13:57 -0700 Subject: [PATCH] update fcc_challenged.css --- fcc_challenges.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fcc_challenges.css b/fcc_challenges.css index 7c009b4..5a21a7d 100644 --- a/fcc_challenges.css +++ b/fcc_challenges.css @@ -49,7 +49,7 @@ div { } .attachment-full { - position: absolute; + position: fixed; right: 0px; height: 149px; width: 149px; @@ -60,7 +60,7 @@ div { border: none; width: 149px; height: 0px; - position: absolute; + position: fixed; right: 0px; margin-top: -10px; }