style: fix color picker z-index

close #23033
This commit is contained in:
afc163 2020-04-09 12:26:03 +08:00
parent 3c7626ede2
commit b6829a0a92

View File

@ -74,7 +74,7 @@ export default class ColorPicker extends Component<ColorPickerProps> {
} as React.CSSProperties,
popover: {
position: 'absolute',
zIndex: 2,
zIndex: 10,
} as React.CSSProperties,
cover: {
position: 'fixed',