diff --git a/components/OrganizedContent.module.css b/components/OrganizedContent.module.css index a14a26ea..d8d3833d 100644 --- a/components/OrganizedContent.module.css +++ b/components/OrganizedContent.module.css @@ -143,7 +143,7 @@ width: calc(62rem / 16); height: calc(57rem / 16); cursor: pointer; - z-index: 10; + z-index: 9; background: var(--primary-accent-light); border-radius: calc(5rem / 16); transition: transform 0.3s ease-in-out;