Scrollbar nie działa
/*if the scrollbar is not working add define height*/
li{
overflow-y: auto;
overflow-x: auto;
width: 200px;
height: 500px;
}
Dentetsu
/*if the scrollbar is not working add define height*/
li{
overflow-y: auto;
overflow-x: auto;
width: 200px;
height: 500px;
}
.scrollable-element {
scrollbar-width: thin;
}