How to add the Scroll bar for a widget in Service Portal

Janu sree
Tera Guru

Hello,

 

I would required to add a Vertical Scroll bar in a widget in the service portal. There are few redirected links defined. So that it will be more convenient for the user to scroll down/up and get the links.

I've used below code in CSS by giving Overflow Property but no luck. Please assist where its going wrong.

 

.panel-heading{
color: black;
background-color: #E8EEF5;
font-family: Arial;
//font-weight: bold;
font-size: 32px;
padding-left: 23px;
}

.fa-circle:hover{

color: black;

}
.panel-default{
border : none;
background-color: white;
border-radius: 8px;
// margin-left: 22px;
}

.fa-chevron-right {
visibility: hidden;
}


.panel-body{
overflow-y: auto;
height: 250px;
border-color: #E6E6FA;
border-radius: 5px;
margin-left: 30px;
margin-bottom: 20px;
}

 

.verticalline {
border-right : 1px solid #E6E6FA;
height : 500px ;
}

 

.list-group-item{
font-family: Arial;
font-size: 14px;
color: #0054A6;
padding: 9.5px 0px;
}


.list-group-item:last-child {
margin-bottom:-22px;
}

.list-group-item:first-child {
margin-top:-10px;
}

0 REPLIES 0