Skip to content

Commit 2abc353

Browse files
committed
fix: 图标被遮挡问题
1 parent 0cad8aa commit 2abc353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/vite-opentask/src/layout/app-sidebar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const Sidear = memo(() => {
3939

4040
return (
4141
<aside className="border-r hidden md:block" >
42-
<div className='h-full ' style={{ overflow: 'hidden auto' }}>
42+
<div className='h-full '>
4343
<nav
4444
className={cn(
4545
`relative h-screen`,

0 commit comments

Comments
 (0)