We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5935cf commit 230805eCopy full SHA for 230805e
1 file changed
src/lib/scss/custom/pages/_knowledgebase.scss
@@ -363,6 +363,9 @@
363
border-color: var(--#{$prefix}light) !important;
364
background-color: var(--#{$prefix}light) !important;
365
position: relative;
366
+ overflow-y: auto;
367
+ scrollbar-width: none;
368
+ max-height: 300px;
369
370
ul {
371
margin: 15px 0px;
@@ -399,9 +402,6 @@
399
402
margin: 1px 0px 15px 0px;
400
403
font-size: 12px;
401
404
padding-left: 4rem;
- overflow-y: auto;
- scrollbar-width: none;
- max-height: 200px;
405
406
.more-detail-item {
407
list-style-type: square;
0 commit comments