site(Header): increase z-index (#45890)

Co-authored-by: zbw01218944 <zbw01218944@alibaba-inc.com>
This commit is contained in:
zbw-zbw 2023-11-15 20:00:52 +08:00 committed by GitHub
parent ab4863cce7
commit f0a2695df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ const useStyle = createStyles(({ token, css }) => {
header: css`
position: sticky;
top: 0;
z-index: 1000;
z-index: 2000;
max-width: 100%;
background: ${token.colorBgContainer};
box-shadow: ${token.boxShadowTertiary};