Skip to content

Commit

Permalink
fix(dashboard): tree dropdown is not showing after upgrading rc-select
Browse files Browse the repository at this point in the history
  • Loading branch information
GerilLeto committed Oct 14, 2024
1 parent 9067abe commit b3c3803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export default createStyles((theme, { radius = 4 }: TreeSelectWidgetStylesParams
fontSize: theme.fontSizes.xs,
zIndex: 300,
paddingTop: '6px',
position: 'relative',
'&.rc-tree-select-dropdown-slide-up-leave-active': {
display: 'none',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export default createStyles((theme, { radius = 4 }: TreeSelectWidgetStylesParams
fontSize: theme.fontSizes.xs,
zIndex: 300,
paddingTop: '6px',
position: 'relative',
'&.rc-tree-select-dropdown-slide-up-leave-active': {
display: 'none',
},
Expand Down

0 comments on commit b3c3803

Please sign in to comment.