Skip to content

Commit

Permalink
#25: remove zindex so avatar isnt on top of everything, hopefully thi…
Browse files Browse the repository at this point in the history
…s is safe to remove
  • Loading branch information
pirog committed Feb 29, 2024
1 parent df605a0 commit 0bce875
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion components/VPLTeamMembers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ const {members, size} = defineProps({
margin: 0 auto;
border-radius: 50%;
box-shadow: var(--vp-shadow-3);
z-index: 9999;
}
.avatar-img {
Expand Down
1 change: 0 additions & 1 deletion components/VPLTeamMembersItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ const getAvatarTitle = member => {
margin: 0 auto;
border-radius: 50%;
box-shadow: var(--vp-shadow-3);
z-index: 9999;
}
.avatar-img {
Expand Down

0 comments on commit 0bce875

Please sign in to comment.