@capillarytech/blaze-ui 0.1.6-alpha.48 → 0.1.6-alpha.49
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.
|
@@ -209,7 +209,7 @@ const CapUnifiedSelect = ({
|
|
|
209
209
|
if (!customPopupRender) return menu;
|
|
210
210
|
|
|
211
211
|
return (
|
|
212
|
-
<div className={classnames(
|
|
212
|
+
<div className={classnames(popOverClassName, `${type}-popup-container`)}>
|
|
213
213
|
{showSearch && (
|
|
214
214
|
<CapRow className={classnames("cap-unified-select-search-container")} align="middle">
|
|
215
215
|
<Input
|
package/package.json
CHANGED