@idds/styles 1.0.36 → 1.0.37

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idds/styles",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "description": "Shared CSS styles and colors for INA Digital Design System",
5
5
  "type": "module",
6
6
  "main": "./src/index.css",
@@ -159,7 +159,6 @@
159
159
  backdrop-filter: none;
160
160
  -webkit-backdrop-filter: none;
161
161
  /* Allow vertical scrolling if content exceeds max-height */
162
- overflow-y: auto;
163
162
  overflow-x: visible;
164
163
  }
165
164
 
@@ -591,7 +590,6 @@
591
590
  max-width: 100% !important;
592
591
  padding: var(--ina-spacing-3) !important;
593
592
  max-height: 420px !important; /* Consistent max-height */
594
- overflow-y: auto;
595
593
  }
596
594
 
597
595
  .ina-date-picker__panel-content {