Merge pull request #78 from missmeowness/main

Made a scrollbar on Home page
This commit is contained in:
SondreB 2023-01-31 12:33:09 +01:00 committed by GitHub
commit de8ffc0059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -285,8 +285,8 @@ mat-sidenav-content mat-toolbar {
}
::-webkit-scrollbar {
width: 20px;
height: 20px;
width: 10px;
height: 10px;
}
::-webkit-scrollbar-track {
@ -296,13 +296,13 @@ mat-sidenav-content mat-toolbar {
::-webkit-scrollbar-thumb {
background-color: #595b5ca4;
// border-radius: 20px;
border: 8px solid transparent;
border-left: 6px solid transparent;
background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
background-color: #a3a5a7c2;
border: 6px solid transparent;
border-left: 6px solid transparent;
}
.marginless {