Merge pull request #137 from navi-sa/fix-team-list-stickiness

INFRA-3176 | fix team list not sticky
This commit is contained in:
Dhruv Joshi
2024-04-19 14:30:54 +05:30
committed by GitHub
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