Added ability to select text in realtime log

This commit is contained in:
Andrew Bastin
2020-06-20 23:00:48 -04:00
parent 20cd119c89
commit 361ddc5591

View File

@@ -28,6 +28,7 @@ div.realtime-log {
font-size: 16px;
font-family: "Roboto Mono", monospace;
font-weight: 400;
user-select: text;
}
span {