diff options
| author | s-ol <s+removethis@s-ol.nu> | 2024-03-13 21:38:46 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2024-03-13 21:38:46 +0000 |
| commit | 49cc2223a419eb86610287e0ed9ff73deb95cd84 (patch) | |
| tree | 960d876a2f6b8740d28b1ae6970ee0f7899d430a /web/style.css | |
| parent | web: reset plot when entering manual mode (diff) | |
| download | t937-serial-49cc2223a419eb86610287e0ed9ff73deb95cd84.tar.gz t937-serial-49cc2223a419eb86610287e0ed9ff73deb95cd84.zip | |
web: editable setpoint curve
Diffstat (limited to 'web/style.css')
| -rw-r--r-- | web/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/style.css b/web/style.css index 8bd7380..a397fce 100644 --- a/web/style.css +++ b/web/style.css @@ -50,4 +50,5 @@ aside div label + label { #plot { flex: 1 0 400px; + user-select: none; } |
