Adding in more details to Mac

This commit is contained in:
Frank Delaguila
2022-03-22 00:09:15 -06:00
parent 6ca271459b
commit 80294f6c87
6 changed files with 59 additions and 25 deletions

View File

@@ -37,6 +37,17 @@ body {
border-radius: 3px;
overflow-y: auto;
padding: 0;
&::-webkit-scrollbar {
width: 12px;
background-color: #1a1a1d;
}
&::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgb(63 63 70);
box-shadow: inset 0 0 6px rgb(63 63 70);
}
}
.wrapper {