From 09d9dce8b7c2ea8facc2aace9a95905334f49ead Mon Sep 17 00:00:00 2001 From: Rieko-wang Date: Wed, 30 Nov 2022 12:58:35 +0800 Subject: [PATCH] ... --- css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index c524f95..041d9f9 100644 --- a/css/style.css +++ b/css/style.css @@ -300,7 +300,7 @@ img { .billing-header { position: fixed; - top: 48px; + top: 0; left: 100%; z-index: 10; width: 100%; @@ -363,3 +363,6 @@ img { height: 4rem; z-index: inherit; } +.list-class { + padding-top: 0; +}