From 0ebc6b4897619aa4dea509fd0cfff93151d06f01 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sun, 9 Aug 2026 14:53:13 +0100 Subject: [PATCH] Remove z-index from electron navigation wrapper in App.css to simplify styling and improve layout consistency. --- assets/stylesheets/App.css | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/stylesheets/App.css b/assets/stylesheets/App.css index 9c4466b..5af371d 100644 --- a/assets/stylesheets/App.css +++ b/assets/stylesheets/App.css @@ -105,7 +105,6 @@ } .electron-navigation-wrapper { - z-index: 10000; user-select: none; --webkit-user-select: none; }