@clickhouse/click-ui 0.0.194 → 0.0.195
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/dist/click-ui.es.js +1 -1
- package/dist/click-ui.umd.js +1 -1
- package/package.json +1 -1
package/dist/click-ui.es.js
CHANGED
|
@@ -7956,7 +7956,7 @@ DropdownTrigger.displayName = "DropdownTrigger";
|
|
|
7956
7956
|
Dropdown.Trigger = DropdownTrigger;
|
|
7957
7957
|
const DropdownMenuContent = styled(GenericMenuPanel).withConfig({
|
|
7958
7958
|
componentId: "sc-18bhwbw-2"
|
|
7959
|
-
})(["min-width:", ";flex-direction:column;z-index:1;overflow-y:
|
|
7959
|
+
})(["min-width:", ";flex-direction:column;z-index:1;overflow-y:auto;max-height:calc( (var(--radix-", "-content-available-height) - 100px) );"], ({
|
|
7960
7960
|
theme: theme2
|
|
7961
7961
|
}) => theme2.click.genericMenu.item.size.minWidth, ({
|
|
7962
7962
|
$type
|
package/dist/click-ui.umd.js
CHANGED
|
@@ -7971,7 +7971,7 @@ var __publicField = (obj, key, value) => {
|
|
|
7971
7971
|
Dropdown.Trigger = DropdownTrigger;
|
|
7972
7972
|
const DropdownMenuContent = styledComponents.styled(GenericMenuPanel).withConfig({
|
|
7973
7973
|
componentId: "sc-18bhwbw-2"
|
|
7974
|
-
})(["min-width:", ";flex-direction:column;z-index:1;overflow-y:
|
|
7974
|
+
})(["min-width:", ";flex-direction:column;z-index:1;overflow-y:auto;max-height:calc( (var(--radix-", "-content-available-height) - 100px) );"], ({
|
|
7975
7975
|
theme: theme2
|
|
7976
7976
|
}) => theme2.click.genericMenu.item.size.minWidth, ({
|
|
7977
7977
|
$type
|