site: fix the aside nav may cover the version dropdown box in so… (#48082)

* fix(site): fix the aside nav may cover the version dropdown box in some screen resolutions

* fix(review): fix code  review
This commit is contained in:
konka 2024-03-26 14:12:01 +08:00 committed by GitHub
parent f9e49af521
commit bc788704b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ const useStyle = createStyles(({ token, css }) => {
border-radius: ${token.borderRadius}px;
box-sizing: border-box;
margin-inline-end: calc(16px - 100vw + 100%);
z-index: 1000;
z-index: 10;
.toc-debug {
color: ${token.purple6};