diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index c1b1dd6..5bf26a6 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -19,11 +19,15 @@ function cycleTag(tag) { return null; } +/** + * PaperCard: wrapper, der oben + unten einen "torn paper edge" drauflegt. + * Wichtig: Edge braucht zIndex > children, sonst verschwindet er unter dem Header. + */ function PaperCard({ children, style }) { return (