Zheng Jiang
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/components/HeaderDropdown/index.tsx
|
|
|
@ -12,7 +12,7 @@ export type HeaderDropdownProps = { |
|
|
|
const HeaderDropdown: React.FC<HeaderDropdownProps> = ({ overlayClassName: cls, ...restProps }) => { |
|
|
|
const className = useEmotionCss(({ token }) => { |
|
|
|
return { |
|
|
|
[`@media screen and (max-width: ${token.screenXS})`]: { |
|
|
|
[`@media screen and (max-width: ${token.screenXS}px)`]: { |
|
|
|
width: '100%', |
|
|
|
}, |
|
|
|
}; |
|
|
|
|