Add overflow: "visible" to styles for better element rendering
This ensures that elements can overflow their containers when necessary, improving visual consistency and layout flexibility. Corrected a typo in the second "overflow" property.
This commit is contained in:
@@ -557,6 +557,7 @@ export default function App() {
|
||||
minWidth: 0,
|
||||
display: "grid",
|
||||
alignItems: "center",
|
||||
overflow: "visible",
|
||||
}}
|
||||
>
|
||||
{/* Slot-Container: bleibt ruhig, Karte darf drüber schauen */}
|
||||
@@ -627,6 +628,7 @@ export default function App() {
|
||||
transform: "scale(1.02)",
|
||||
filter: "contrast(1.02) saturate(1.06)",
|
||||
display: "block",
|
||||
overflow: "visble",
|
||||
}}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user