Remove z-index from electron navigation wrapper in App.css to simplify styling and improve layout consistency.
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good

This commit is contained in:
Tom Butcher 2026-08-09 14:53:13 +01:00
parent 3a8239c92d
commit 0ebc6b4897

View File

@ -105,7 +105,6 @@
}
.electron-navigation-wrapper {
z-index: 10000;
user-select: none;
--webkit-user-select: none;
}