diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 0d4954a..321c466 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -1067,28 +1067,6 @@ const styles = { padding: 0, }, - // Background - page: { - minHeight: "100dvh", - margin: 0, - padding: 0, - background: "transparent", - position: "relative", - zIndex: 1, // Inhalt über Background - }, - - loginPage: { - minHeight: "100dvh", - display: "flex", - alignItems: "center", - justifyContent: "center", - position: "relative", - overflow: "hidden", - padding: 20, - background: "transparent", - zIndex: 1, - }, - // Background bgFixed: { position: "fixed",