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 861f017 commit b3eb352Copy full SHA for b3eb352
mlflow-site/src/app/globals.css
@@ -46,6 +46,26 @@ body {
46
overflow-y: auto;
47
}
48
49
+::-webkit-scrollbar {
50
+ height: 10px;
51
+ width: 10px;
52
+}
53
+
54
+/* Track */
55
+::-webkit-scrollbar-track {
56
+ background: #262626;
57
58
59
+/* Handle */
60
+::-webkit-scrollbar-thumb {
61
+ background: #3c3c3c;
62
63
64
+/* Handle on hover */
65
+::-webkit-scrollbar-thumb:hover {
66
+ background: #1b1b1b;
67
68
69
.mobileWrapper {
70
background: rgb(255, 255, 255);
71
width: 100%;
0 commit comments