Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.

Commit 224223d

Browse files
authored
Merge pull request #169 from ProgrammingLab/hirofugo/github-achievement-year
fix member was invisible
2 parents baca7fc + 2f3de81 commit 224223d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/Achievement.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ img {
7272
dl {
7373
margin: 20px 20px 0;
7474
height: 150px;
75-
position: relative;
7675
overflow: hidden;
7776
}
7877
dt {
@@ -100,11 +99,8 @@ dd.year {
10099
font-family: "Barlow";
101100
}
102101
.members {
103-
display: hidden;
104102
position: absolute;
105-
bottom: -240px;
106103
z-index: 3;
107-
width: 100%;
108104
background-color: #222;
109105
color: white;
110106
padding: 20px;

0 commit comments

Comments
 (0)