From 5328f4f22f5ecaeb7d21e68ae40c4c9803597b51 Mon Sep 17 00:00:00 2001 From: Sean Date: Mon, 29 Apr 2024 02:34:57 -0700 Subject: [PATCH] remove redundant overflow hidden unsure if it was necessary --- src/components/store/ItemCard/style.module.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/store/ItemCard/style.module.scss b/src/components/store/ItemCard/style.module.scss index cb6f4939..1a0381e0 100644 --- a/src/components/store/ItemCard/style.module.scss +++ b/src/components/store/ItemCard/style.module.scss @@ -23,7 +23,6 @@ .imageWrapper { background-color: var(--theme-surface-1); - overflow: hidden; // Enforce a square image while allowing the card to be squished padding-bottom: 100%; position: relative;