[WEB-2053] fix: my work page scroll (#5224)

* fix: my work page scroll

* chore: profile sidebar shadow removed
This commit is contained in:
Anmol Singh Bhatia 2024-07-25 13:54:51 +05:30 committed by GitHub
parent 1f9c7a4b67
commit 3bdd91e577
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -59,8 +59,8 @@ const UseProfileLayout: React.FC<Props> = observer((props) => {
<>
{/* Passing the type prop from the current route value as we need the header as top most component.
TODO: We are depending on the route path to handle the mobile header type. If the path changes, this logic will break. */}
<div className="h-full w-full md:flex md:overflow-hidden">
<div className="h-full w-full md:overflow-hidden">
<div className="h-full w-full flex flex-col md:flex-row overflow-hidden">
<div className="h-full w-full flex flex-col overflow-hidden">
<AppHeader
header={
<UserProfileHeader