@datarobot/design-system 30.6.0 → 30.6.1

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": "@datarobot/design-system",
3
- "version": "30.6.0",
3
+ "version": "30.6.1",
4
4
  "description": "DataRobot react components library",
5
5
  "scripts": {
6
6
  "build": "node ../../tools/build-lib.js",
package/styles/index.css CHANGED
@@ -6264,6 +6264,11 @@ button.highlighted-badge.apple:active:not(:disabled),
6264
6264
  \********************************************************************************************************************************************************************************************************************************************************************************************/
6265
6265
  .checkbox-multiselect-typeahead-dropdown-content {
6266
6266
  display: block;
6267
+ max-height: none;
6268
+ }
6269
+ .checkbox-multiselect-typeahead-dropdown-content .checkbox-multiselect-container {
6270
+ max-height: 30vh;
6271
+ overflow-y: auto;
6267
6272
  }
6268
6273
  .checkbox-multiselect-typeahead-dropdown-content .sticky-typeahead-dropdown-item {
6269
6274
  position: sticky;