Skip to content

Commit 230805e

Browse files
author
Jicheng Lu
committed
refine style
1 parent c5935cf commit 230805e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/lib/scss/custom/pages/_knowledgebase.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,9 @@
363363
border-color: var(--#{$prefix}light) !important;
364364
background-color: var(--#{$prefix}light) !important;
365365
position: relative;
366+
overflow-y: auto;
367+
scrollbar-width: none;
368+
max-height: 300px;
366369

367370
ul {
368371
margin: 15px 0px;
@@ -399,9 +402,6 @@
399402
margin: 1px 0px 15px 0px;
400403
font-size: 12px;
401404
padding-left: 4rem;
402-
overflow-y: auto;
403-
scrollbar-width: none;
404-
max-height: 200px;
405405

406406
.more-detail-item {
407407
list-style-type: square;

0 commit comments

Comments
 (0)