Skip to content

Commit

Permalink
fix: 图标被遮挡问题
Browse files Browse the repository at this point in the history
  • Loading branch information
SpringHgui committed Jul 21, 2024
1 parent 0cad8aa commit 2abc353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/vite-opentask/src/layout/app-sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Sidear = memo(() => {

return (
<aside className="border-r hidden md:block" >
<div className='h-full ' style={{ overflow: 'hidden auto' }}>
<div className='h-full '>
<nav
className={cn(
`relative h-screen`,
Expand Down

0 comments on commit 2abc353

Please sign in to comment.