mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-19 06:43:16 +08:00
site(Header): increase z-index (#45890)
Co-authored-by: zbw01218944 <zbw01218944@alibaba-inc.com>
This commit is contained in:
parent
ab4863cce7
commit
f0a2695df9
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user