luci: styles: Fix scroll in NFQWS2_OPT area

This commit is contained in:
remittor
2026-01-28 19:22:53 +03:00
parent a20dc0ebc1
commit 84f14ad4cc

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;
}