luci: styles: Fix scroll in NFQWS_OPT area

This commit is contained in:
remittor
2026-01-28 19:22:20 +03:00
parent 7e3fc6f435
commit 3d49eb808d

View File

@@ -3,4 +3,6 @@ textarea, .cbi-value textarea
white-space: pre;
overflow-x: auto;
font-family: monospace;
pointer-events: auto !important;
user-select: text !important;
}