fix: select disabled option popover overflow
This commit is contained in:
parent
d6de913949
commit
cab7f4a099
|
|
@ -267,6 +267,11 @@ class DropDownComponent extends React.Component<DropDownComponentProps> {
|
|||
popoverProps={{
|
||||
minimal: true,
|
||||
usePortal: true,
|
||||
modifiers: {
|
||||
preventOverflow: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
popoverClassName: "select-popover-wrapper",
|
||||
}}
|
||||
>
|
||||
|
|
@ -294,6 +299,11 @@ class DropDownComponent extends React.Component<DropDownComponentProps> {
|
|||
popoverProps={{
|
||||
minimal: true,
|
||||
usePortal: true,
|
||||
modifiers: {
|
||||
preventOverflow: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
popoverClassName: "select-popover-wrapper",
|
||||
}}
|
||||
resetOnSelect
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user