From 63f89c481318e4f3e1a574b3c60c888a2ecc0cee Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Mon, 18 Apr 2022 10:43:41 -0400 Subject: [PATCH] Update style.css --- homepage/style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/homepage/style.css b/homepage/style.css index 5dd558c..2aba4fe 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -496,11 +496,10 @@ button:hover { } .copyimage { - position:absolute; - top: 7px; - right: 7px; - width: 25px !important; - height: 25px !important; + position:sticky; + float:right; + width:27px !important; + height:27px !important; } .relative { position:relative;