Fix text selection
This commit is contained in:
parent
10ab7b237c
commit
2289c15d9e
1 changed files with 4 additions and 0 deletions
|
|
@ -231,6 +231,10 @@ MAIN_CSS = r'''
|
||||||
.wsd-lineno.wsd-empty::after {
|
.wsd-lineno.wsd-empty::after {
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wsd-lineno, .wsd-left {
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@layer wsd-automatic-media-rule {
|
@layer wsd-automatic-media-rule {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue