fix bug design

This commit is contained in:
hamid zarghami
2025-01-06 16:59:24 +03:30
parent 650791e71a
commit ed6551fdde
7 changed files with 18 additions and 15 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const MainRouter: FC = () => {
<SideBar />
<Header />
<div className='flex-1 ms-[269px] mt-[81px]'>
<div className={`overflow-auto sticky w-[${window.innerWidth}] max-h-[calc(100vh-113px)]`}>
<div className={`overflow-auto w-[${window.innerWidth}] max-h-[calc(100vh-113px)]`}>
<div>
<Routes>
<Route path={Pages.dashboard} element={<Home />} />