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.
This commit is contained in:
2026-02-07 18:40:47 +01:00
parent 2018b24029
commit 762e2d8300

View File

@@ -582,6 +582,7 @@ export default function App() {
<div
style={{
width: "48%", // ✅ nicht volle Breite
zIndex: 50,
maxWidth: 220,
aspectRatio: "63 / 88", // typisch Kartenformat
borderRadius: 16,