Skip to content

Commit dc765a0

Browse files
committed
fix bug
1 parent 256b8c4 commit dc765a0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_sass/_page.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,16 @@
222222
transition: 0.2s cubic-bezier(0.5, 0.1, 0.51, 1.38);
223223
}
224224
.right-show {
225+
z-index: 999;
225226
visibility: visible;
226227
opacity: 1;
227228
transform: scale(1);
229+
.content-ul{
230+
margin-bottom: 0;
231+
>li:last-of-type{
232+
margin-bottom: 16px;
233+
}
234+
}
228235
}
229236
}
230237
}

0 commit comments

Comments
 (0)