@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/cjs/typeahead/multi-select-typeahead/checkbox-multiselect-typeahead.js +4 -4
- package/esm/typeahead/multi-select-typeahead/checkbox-multiselect-typeahead.js +4 -4
- package/js/bundle/bundle.js +21 -22
- package/js/bundle/bundle.min.js +1 -1
- package/package.json +1 -1
- package/styles/index.css +5 -0
- package/styles/index.min.css +1 -1
package/package.json
CHANGED
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;
|