fix: sidebar scrolling does not meet expectations (#4241)

This commit is contained in:
Vben
2024-08-26 22:09:18 +08:00
committed by GitHub
parent 54a622ad05
commit 87cc8a154c
2 changed files with 6 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ function useContentStyle() {
position: 'fixed',
top: `${top}px`,
width: `${width}px`,
zIndex: 1000,
zIndex: 150,
};
});