File size: 380 Bytes
5a19572
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.textContainer {
    width: 100%;
    height: 100%;
    overflow: auto;
    color: var(--text-color-primary);
    font-family: var(--font-family-monospace);
    font-size: 16px;
    line-height: 1.6;
}

.textContainer::-webkit-scrollbar-track {
    display: none;
    width: 0;
}

.textContainer::-webkit-scrollbar {
    display: none;
    width: 0;
    background: transparent;
}