File size: 103 Bytes
bae9410 | 1 2 3 4 5 6 | .chunk {
position: relative;
overflow-x: auto;
background-color: var(--code-background);
}
|
bae9410 | 1 2 3 4 5 6 | .chunk {
position: relative;
overflow-x: auto;
background-color: var(--code-background);
}
|