From b7492ecfed0247b716ac7640b249be26776ddb84 Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 19 Dec 2024 16:53:05 -0800 Subject: [PATCH] small fix --- css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 30a2576..ebde000 100644 --- a/css/styles.css +++ b/css/styles.css @@ -827,7 +827,7 @@ legend { border-radius: 4px; /* Rounded borders */ padding: 16px; /* Padding */ position: fixed; /* Sit on top of the screen */ - z-index: 10; /* Add a z-index if needed */ + z-index: 1000; /* Add a z-index if needed */ left: 50%; /* Center the div */ top: 30px; /* 30px from the top */ }