Styling (fix #7)

This commit is contained in:
Daniel Kluge
2021-12-26 16:58:39 +01:00
parent 97abf2c367
commit c944a495e4
2 changed files with 17 additions and 2 deletions
+14
View File
@@ -3,4 +3,18 @@
display: flex;
flex-direction: column;
flex-grow: 2;
}
.container::-webkit-scrollbar {
width:auto;
}
/*track*/
.container::-webkit-scrollbar-track {
background:rgb(0, 0, 0);
}
/*thumb*/
.container::-webkit-scrollbar-thumb {
background:rgb(24, 138, 24);
}