improve style

This commit is contained in:
Anton Bracke
2022-02-20 21:51:55 +01:00
parent 0f910693ef
commit 6844e0d39d
2 changed files with 23 additions and 4 deletions
+13
View File
@@ -22,6 +22,19 @@
#app {
display: flex;
}
*::-webkit-scrollbar {
width: 10px;
height: 10px;
}
*::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 10px;
}
*::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.4);
border-radius: 10px;
}
</style>
</head>
<body>