Fix: Consistent background across pages

Ensure all pages share the same background and make the map fullscreen.
This commit is contained in:
gpt-engineer-app[bot]
2025-06-15 09:55:11 +00:00
parent 233ffa0c76
commit eb20817237
4 changed files with 66 additions and 65 deletions

View File

@@ -165,7 +165,7 @@ export const SystemView = () => {
];
return (
<div className="h-screen bg-gradient-to-br from-slate-900 via-slate-800 to-slate-900 overflow-hidden">
<div className="h-screen w-screen bg-gradient-to-br from-slate-900 via-slate-800 to-slate-900 overflow-hidden">
<div className="h-full flex flex-col">
<Header title={`System: ${system}`} breadcrumbs={breadcrumbs} />