mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Merge pull request #2344 from weili520/scroll_bar_err
fix: Meetup card scroll problem.
This commit is contained in:
commit
d9ad342d4f
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue