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

Commit 2759ea4

Browse files
committed
fix member was invisible
1 parent 56ea08f commit 2759ea4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/Achievement.vue

Lines changed: 0 additions & 3 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 {
@@ -102,9 +101,7 @@ dd.year {
102101
.members {
103102
display: hidden;
104103
position: absolute;
105-
bottom: -240px;
106104
z-index: 3;
107-
width: 100%;
108105
background-color: #222;
109106
color: white;
110107
padding: 20px;

0 commit comments

Comments
 (0)