Skip to content

Commit ce25af3

Browse files
committed
Fixed ref line style selector
1 parent 3ce087d commit ce25af3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,9 @@
168168
.ref-line-style-selector {
169169
position: absolute;
170170
top: 0px;
171-
left: 0px;
171+
left: -7px;
172+
width: 130px;
173+
height: 100%;
172174
background-color: white;
173175
border: 2px solid;
174176
}

0 commit comments

Comments
 (0)