From f06459d44140731f6bf72c6336a48d5441cfaabd Mon Sep 17 00:00:00 2001 From: handika putra Date: Sat, 25 May 2024 19:41:06 +0700 Subject: [PATCH] fixbug --- assets/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index ffad897..d6d2c63 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -416,10 +416,11 @@ footer p a { body .overlay .close-button, body .overlay .left-arrow, body .overlay .right-arrow { + position: fixed; font-size: 3rem; width: 3rem; height: 3rem; - top: calc(100vh - 3rem - 1rem); + bottom: 1rem; border-radius: 1.5rem; } body .overlay .close-button {