We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2212d73 commit c646223Copy full SHA for c646223
full.css
@@ -1414,6 +1414,22 @@ body:not(.mobile) .sidebar::-webkit-scrollbar-track {
1414
box-shadow: none;
1415
}
1416
1417
+body:not(.mobile) .sidebar .header .logo::-webkit-scrollbar {
1418
+ height: 10px;
1419
+}
1420
+
1421
+body:not(.mobile) .sidebar .header .logo::-webkit-scrollbar-track {
1422
+ background: transparent;
1423
+ box-shadow: none;
1424
1425
1426
+body:not(.mobile) .sidebar .header .logo::-webkit-scrollbar-thumb {
1427
+ background-color: rgb(130 134 137 / 50%);
1428
+ border-left: 0;
1429
+ border-right: 0;
1430
+ border-radius: 0;
1431
1432
1433
body:not(.mobile) .roundbutton {
1434
transition: .18s var(--ease-function), 0s background;
1435
0 commit comments