From 5c402f846214092f8c6658fb96979b24ae825eb1 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Thu, 2 Nov 2023 03:15:18 +0700 Subject: [PATCH] use fixed position for top bar --- latenightdef/style.css | 4 ++-- style.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/latenightdef/style.css b/latenightdef/style.css index ecaad9f..eaf6326 100644 --- a/latenightdef/style.css +++ b/latenightdef/style.css @@ -130,7 +130,7 @@ html * } .topbar { - position: absolute; + position: fixed; width: 100%; height: 1.2cm; top: 0px; @@ -266,7 +266,7 @@ html * } .topbar { - position: absolute; + position: fixed; width: 100%; height: 1.2cm; top: 0px; diff --git a/style.css b/style.css index 32d0303..22472ea 100644 --- a/style.css +++ b/style.css @@ -115,7 +115,7 @@ html * } .topbar { - position: absolute; + position: fixed; width: 100%; height: 1.2cm; top: 0px; @@ -253,7 +253,7 @@ html * } .topbar { - position: absolute; + position: fixed; width: 100%; height: 1.2cm; top: 0px;