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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user