make the kine number column non-selectable
This commit is contained in:
parent
27e34ceb99
commit
cccfddcc31
|
@ -461,6 +461,7 @@ pre:not(.chroma) {
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in New Issue