Skip to content

Commit 37cb631

Browse files
committed
fix position of tooltip in team & program rate
1 parent fe87629 commit 37cb631

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

projects/social_platform/src/app/office/program/detail/list/list.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878

7979
&__tooltip {
8080
position: fixed;
81-
right: 20%;
82-
bottom: 2%;
81+
right: 320px;
82+
bottom: 30px;
8383
}
8484
}
8585

projects/social_platform/src/app/office/projects/edit/shared/project-team-step/project-team-step.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
&__team {
7676
&-tooltip {
7777
position: fixed;
78-
right: 20%;
79-
bottom: 2%;
78+
right: 320px;
79+
bottom: 30px;
8080
}
8181
}
8282
}

0 commit comments

Comments
 (0)