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={{
|
popoverProps={{
|
||||||
minimal: true,
|
minimal: true,
|
||||||
usePortal: true,
|
usePortal: true,
|
||||||
|
modifiers: {
|
||||||
|
preventOverflow: {
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
popoverClassName: "select-popover-wrapper",
|
popoverClassName: "select-popover-wrapper",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
@ -294,6 +299,11 @@ class DropDownComponent extends React.Component<DropDownComponentProps> {
|
||||||
popoverProps={{
|
popoverProps={{
|
||||||
minimal: true,
|
minimal: true,
|
||||||
usePortal: true,
|
usePortal: true,
|
||||||
|
modifiers: {
|
||||||
|
preventOverflow: {
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
popoverClassName: "select-popover-wrapper",
|
popoverClassName: "select-popover-wrapper",
|
||||||
}}
|
}}
|
||||||
resetOnSelect
|
resetOnSelect
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user