24 lines
583 B
CSS
24 lines
583 B
CSS
.rsssl-scroll-container {
|
|
height: 227px;
|
|
overflow-y: auto;
|
|
border-radius: 0;
|
|
}
|
|
.rsssl-scroll-container::-webkit-scrollbar-track {
|
|
border-radius: 10px;
|
|
-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0);
|
|
background-color: transparent;
|
|
}
|
|
.rsssl-scroll-container::-webkit-scrollbar {
|
|
border-radius: 10px;
|
|
width: 8px;
|
|
background-color: var(--rsp-grey-300);
|
|
cursor: pointer;
|
|
}
|
|
.rsssl-scroll-container::-webkit-scrollbar-thumb {
|
|
background-color: var(--rsp-grey-400);
|
|
border-radius: 10px;
|
|
}
|
|
.rsssl-spacer {
|
|
width: 10px;
|
|
}
|
|
/*# sourceMappingURL=dashboard.css.map */ |