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:
2026-02-07 18:43:56 +01:00
parent 762e2d8300
commit 1e60656eac
2 changed files with 3 additions and 1 deletions

View File

@@ -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",
}}
/>