@harnessio/ui 1.0.13 → 1.0.15

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.
@@ -1775,6 +1775,13 @@ const ne = {
1775
1775
  "&.cn-saved-filters-dropdown": {
1776
1776
  "--cn-dropdown-item-py": "var(--cn-spacing-1)"
1777
1777
  },
1778
+ // Allow absolute children (e.g. MultiSelect creation hint) to paint outside the menu.
1779
+ "&.cn-dropdown-menu-overflow-visible": {
1780
+ overflow: "visible",
1781
+ ".cn-dropdown-menu-content, .cn-dropdown-menu-container": {
1782
+ overflow: "visible"
1783
+ }
1784
+ },
1778
1785
  "&-container": {
1779
1786
  padding: "var(--cn-dropdown-container)",
1780
1787
  minWidth: "0",