@salesmind-ai/design-system 0.3.9 → 0.3.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2379,8 +2379,7 @@
2379
2379
  backdrop-filter: var(--glass-backdrop);
2380
2380
  -webkit-backdrop-filter: var(--glass-backdrop);
2381
2381
  border-radius: var(--radius-card);
2382
- overflow: hidden;
2383
- padding: 0;
2382
+ overflow: clip;
2384
2383
  box-shadow: var(--shadow-md), var(--glass-shadow-inner);
2385
2384
  }
2386
2385
  .ds-card::before {