Antedit: allow text selection

This commit is contained in:
lxsang
2021-05-11 22:12:33 +02:00
parent 6102532c64
commit 8d4191b7ec
8 changed files with 7 additions and 3 deletions

View File

@ -137,6 +137,7 @@ afx-app-window[data-id = "cmd-win"] .afx-window-content{
afx-app-window[data-id = "antedit"] div[data-id="output-tab"] {
overflow-y: auto;
overflow-x: hidden;
user-select: text;
}
afx-app-window[data-id = "antedit"] div[data-id="output-tab"] pre {