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 1f55996 commit 04a5886Copy full SHA for 04a5886
assets/css/content/code.css
@@ -30,8 +30,28 @@
30
background-color: var(--codeBackground);
31
}
32
33
+.content-inner pre code::-webkit-scrollbar {
34
+ width: 0.4rem;
35
+ height: 0.4rem;
36
+}
37
+
38
+.content-inner pre code::-webkit-scrollbar-thumb {
39
+ border-radius: 0.25rem;
40
+ background-color: var(--gray300);
41
42
43
+.content-inner pre code::-webkit-scrollbar-track {
44
+ background-color: var(--gray100);
45
46
47
+.content-inner pre code::-webkit-scrollbar-corner {
48
49
50
51
.content-inner pre code.output {
52
margin: 0 12px;
53
+ max-height: 400px;
54
+ overflow: auto;
55
56
57
.content-inner pre code.output + .copy-button {
0 commit comments