diff --git a/apps/scandic-web/components/ContentType/CollectionPage/collectionPage.module.css b/apps/scandic-web/components/ContentType/CollectionPage/collectionPage.module.css index 2a9ae8c87..67fa8e683 100644 --- a/apps/scandic-web/components/ContentType/CollectionPage/collectionPage.module.css +++ b/apps/scandic-web/components/ContentType/CollectionPage/collectionPage.module.css @@ -22,6 +22,11 @@ height: 100%; align-content: end; padding-bottom: var(--Space-x15); + pointer-events: none; + + & > * { + pointer-events: auto; + } } } diff --git a/apps/scandic-web/components/ContentType/CollectionPage/index.tsx b/apps/scandic-web/components/ContentType/CollectionPage/index.tsx index c57e62352..7dd29a723 100644 --- a/apps/scandic-web/components/ContentType/CollectionPage/index.tsx +++ b/apps/scandic-web/components/ContentType/CollectionPage/index.tsx @@ -50,7 +50,7 @@ export async function CollectionPage() {
{quote}
{text}