diff --git a/luci-app-zapret2/htdocs/luci-static/resources/view/zapret2/styles.css b/luci-app-zapret2/htdocs/luci-static/resources/view/zapret2/styles.css index 72a22fd..1ceecf1 100644 --- a/luci-app-zapret2/htdocs/luci-static/resources/view/zapret2/styles.css +++ b/luci-app-zapret2/htdocs/luci-static/resources/view/zapret2/styles.css @@ -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; }