Disable copy/paste for code entry

This commit is contained in:
Lawrence Hook
2024-12-14 09:55:16 -05:00
parent 0bf3cc95fc
commit b5b7895afe
+3
View File
@@ -304,6 +304,9 @@ html[schedule="false"] #schedule_container > *:not(#schedule_modal_header) {
z-index: 100;
font-size: 1rem;
/* Disable text selection */
user-select: none;
background-color: var(--body-background-color);
display: flex;