first commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
.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 */
|
||||
Reference in New Issue
Block a user