From cd308887146ffcc2a474a9c32f7463bacc873c2f Mon Sep 17 00:00:00 2001 From: niubility000 <76441520+niubility000@users.noreply.github.com> Date: Fri, 16 Feb 2024 10:00:26 +0800 Subject: [PATCH] fix: freezing the list styles.css change the background color to 0.99, then it looks cleaner. --- frontend/src/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/css/styles.css b/frontend/src/css/styles.css index 00442507..f38f6b63 100644 --- a/frontend/src/css/styles.css +++ b/frontend/src/css/styles.css @@ -152,7 +152,7 @@ main .spinner .bounce2 { /* PREVIEWER */ #previewer { - background-color: rgba(0, 0, 0, 0.9); + background-color: rgba(0, 0, 0, 0.99); padding-top: 4em; position: fixed; top: 0;