From a5ea2944ebf0cee0e152d60f991751d8fd8b82fa Mon Sep 17 00:00:00 2001 From: ikeq Date: Thu, 1 Sep 2022 21:36:03 +0800 Subject: [PATCH] feat(popup): add `overlayInnerClassName` prop --- src/popup/popup.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/popup/popup.tsx b/src/popup/popup.tsx index 57e5fddcb..83d33bc42 100644 --- a/src/popup/popup.tsx +++ b/src/popup/popup.tsx @@ -84,6 +84,7 @@ export default mixins(classPrefixMixins).extend({ [`${this.componentName}__content--arrow`]: this.showArrow, [this.commonStatusClassName.disabled]: this.disabled, }, + this.overlayInnerClassName, ]; }, hasTrigger(): Record {