summaryrefslogtreecommitdiffstats
path: root/interface/css/codejar-linenumbers.css
blob: cc19f41177e43001039073a09050a17595207b30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.codejar-linenumbers-inner-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
}

.codejar-linenumbers {
    mix-blend-mode: initial;
    height: 100%;
}

.codejar-linenumber {
    position: relative;
    top: 0px;
}