From 762e2d83008055c05e122e76cb4bb1a49dbcaced Mon Sep 17 00:00:00 2001 From: nessi Date: Sat, 7 Feb 2026 18:40:47 +0100 Subject: [PATCH] Add zIndex property to styling in App component The zIndex property was added to ensure proper layering of elements in the UI. This change enhances design consistency and prevents potential overlapping issues. --- frontend/src/App.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 3c7e9dc..e3dec17 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -582,6 +582,7 @@ export default function App() {