From afb12b46df143aa4a26f2c59eb3a5b9e0dd54038 Mon Sep 17 00:00:00 2001 From: julius Date: Sat, 25 Jan 2025 17:37:16 +0100 Subject: [PATCH] fix: background-color covering hints --- src/App.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index cccd22c..25555a8 100644 --- a/src/App.css +++ b/src/App.css @@ -1,5 +1,7 @@ body { - /* background-color: ghostwhite; */ + background-color: ghostwhite; + position: relative; + z-index: 0; color: black; overflow-wrap: anywhere; }