Skip to content

Commit

Permalink
fix(dashboard): wrong position of tree-select’s dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
GerilLeto committed Nov 1, 2024
1 parent b28b0f4 commit 7a17400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default createStyles((theme, { radius = 4, width, name }: TreeSelectWidge
fontSize: theme.fontSizes.xs,
zIndex: 300,
paddingTop: '6px',
position: 'relative',
position: 'absolute',
width: `${width} !important`,
'&.rc-tree-select-dropdown-slide-up-leave-active': {
display: 'none',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default createStyles((theme, { radius = 4, width, name }: TreeSelectWidge
fontSize: theme.fontSizes.xs,
zIndex: 300,
paddingTop: '6px',
position: 'relative',
position: 'absolute',
width: `${width} !important`,
'&.rc-tree-select-dropdown-slide-up-leave-active': {
display: 'none',
Expand Down

0 comments on commit 7a17400

Please sign in to comment.