mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 12:36:56 +00:00
fix(ui): select popup sticky for scrollable container (#21593)
This commit is contained in:
parent
b0f82aa0ef
commit
fc8e4af3e0
@ -116,6 +116,7 @@ const TeamsSelectable = ({
|
||||
treeDefaultExpandAll
|
||||
data-testid="team-select"
|
||||
dropdownStyle={{ maxHeight: 300, overflow: 'auto' }}
|
||||
getPopupContainer={(triggerNode) => triggerNode.parentElement}
|
||||
loading={isLoading}
|
||||
maxTagCount={maxValueCount}
|
||||
placeholder={placeholder}
|
||||
|
||||
@ -395,6 +395,7 @@ const CreateUser = ({
|
||||
data-testid="roles-dropdown"
|
||||
disabled={isEmpty(roles)}
|
||||
filterOption={handleSearchFilterOption}
|
||||
getPopupContainer={(triggerNode) => triggerNode.parentElement}
|
||||
mode="multiple"
|
||||
options={roleOptions}
|
||||
placeholder={t('label.please-select-entity', {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user