Skip to content

Commit bc78870

Browse files
authored
site: fix the aside nav may cover the version dropdown box in so… (ant-design#48082)
* fix(site): fix the aside nav may cover the version dropdown box in some screen resolutions * fix(review): fix code review
1 parent f9e49af commit bc78870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dumi/theme/slots/Content/DocAnchor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const useStyle = createStyles(({ token, css }) => {
2727
border-radius: ${token.borderRadius}px;
2828
box-sizing: border-box;
2929
margin-inline-end: calc(16px - 100vw + 100%);
30-
z-index: 1000;
30+
z-index: 10;
3131
3232
.toc-debug {
3333
color: ${token.purple6};

0 commit comments

Comments
 (0)