Skip to content

Commit c682fed

Browse files
committed
fix: add medium z-index to for dropdown of header types option to show options appropriately
1 parent b8d3938 commit c682fed

File tree

1 file changed

+1
-0
lines changed
  • frontend/libs/console/legacy-ce/src/lib/components/Common/DropdownButton

1 file changed

+1
-0
lines changed

frontend/libs/console/legacy-ce/src/lib/components/Common/DropdownButton/DropdownButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ const DDButton: React.FC<DropDownButtonProps> = props => {
7676
boxShadow: '0 6px 12px rgb(0 0 0 / 18%);',
7777
padding: '5px 0',
7878
margin: '2px 0 0',
79+
zIndex: 100
7980
}}
8081
align="start"
8182
>

0 commit comments

Comments
 (0)