Fix text selection

This commit is contained in:
jaseg 2025-07-26 20:32:24 +02:00
parent 10ab7b237c
commit 2289c15d9e

View file

@ -231,6 +231,10 @@ MAIN_CSS = r'''
.wsd-lineno.wsd-empty::after {
content: "";
}
.wsd-lineno, .wsd-left {
user-select: none;
}
}
@layer wsd-automatic-media-rule {