Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/layout size and scroll effect (#3351)
* refactor(web): [Layout] add app container component * refactor(web): [Header] make the global header fixed on scroll * refactor(web): [Footer] make the global footer fixed dynamically on scroll and setup on the layout * refactor(web): [Layout] update specific position of elements using z-index * fix(web): layout size * refactor(web): [Layout] update layout height * refactor(web): [UserTeamCard] fix size on resizing and w-max * fix(web): add scroll effect on team-members-card-view * refactor(web): [Layout] add resize component to global layout * refactor(web): fix body bg in light mode, make main header fixed on tasks pages and profile page * fix(web): [Setting] setting page layout * fix(web): [Eslint] error and add an environnement variable for checking build without eslint errors * refactor(web): fixed task detail header * docs(web): add main-layout docs * docs(web): add main-layout docs * refactor(web): fix my-tasks page * fix(web): [Profile] fix outstanding task overflow * fix(web): fix footer fixed on timesheet, settings and kanban pages * refactor(web): [Kanban] add a dynamic height on kanban item * fix(web): [Kanban] fix kanban overscroll * fix(web): [Dashboard] fix breadcum size * fix(web): [Team's Tasks'] fix space on team's tasks page * refactor(web): [Profile] optimize space on profile page * refactor(web): [Timesheet] optimize spaces on reports/timesheet page * fix(web): [Setting] double scroll on setting page * test: build
- Loading branch information