fix: sidebar scrolling does not meet expectations (#4241)
This commit is contained in:
@@ -28,7 +28,7 @@ function useContentStyle() {
|
||||
position: 'fixed',
|
||||
top: `${top}px`,
|
||||
width: `${width}px`,
|
||||
zIndex: 1000,
|
||||
zIndex: 150,
|
||||
};
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user