fix(core): adjust app-sidebar z-index (#7523)

This commit is contained in:
Cats Juice
2024-07-17 18:10:08 +08:00
committed by GitHub
parent 07d4c476c2
commit ade8db2aec

View File

@@ -2,7 +2,6 @@ import { cssVar } from '@toeverything/theme';
import { globalStyle, style } from '@vanilla-extract/css';
export const floatingMaxWidth = 768;
export const navWrapperStyle = style({
zIndex: 3,
paddingBottom: '8px',
'@media': {
print: {