Merge pull request #2344 from weili520/scroll_bar_err

fix: Meetup card scroll problem.
This commit is contained in:
KubeSphere CI Bot 2022-03-17 15:07:20 +08:00 committed by GitHub
commit d9ad342d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -423,7 +423,7 @@
&>ul {
margin-top: 16px;
display: flex;
overflow: scroll;
overflow: hidden;
background: linear-gradient(to top, rgba(255, 255, 255, 0.08) 5%, transparent 5%) no-repeat;
li {