mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-13 18:40:52 +08:00
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