INFRA-3176 | fix team list not sticky

This commit is contained in:
dhruvjoshi
2024-04-19 10:10:58 +05:30
parent 8fd5f1c8ff
commit 4d5e906895
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
.team-info{
position: sticky;
align-self: start;
top: 48px;
}
.team-div {
margin-top: 36px;
padding-top: 8px;

View File

@@ -188,7 +188,7 @@ const TeamList: React.FC = () => {
dispatch(fetchTeamDetails(result?.['team_id']));
};
return (
<div>
<div className={styles['team-info']}>
<div className={styles['team-div']}>
<div className={styles['search-wrapper']}>
<SearchInput