Skip to content

Commit 8ac8c42

Browse files
committed
scrollbar
1 parent 28967d4 commit 8ac8c42

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,19 @@
8383
border: 1px solid #4af;
8484
padding: 10px;
8585
}
86+
#terminal .xterm-viewport::-webkit-scrollbar {
87+
width: 10px;
88+
}
89+
#terminal .xterm-viewport::-webkit-scrollbar-track {
90+
background: #000;
91+
}
92+
#terminal .xterm-viewport::-webkit-scrollbar-thumb {
93+
background: #4af;
94+
border: 1px solid #000;
95+
}
96+
#terminal .xterm-viewport::-webkit-scrollbar-thumb:hover {
97+
background: #6cf;
98+
}
8699
</style>
87100
</head>
88101
<body>

0 commit comments

Comments
 (0)