diff options
| author | bobzel <zzzman@gmail.com> | 2021-01-15 15:27:16 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-01-15 15:27:16 -0500 |
| commit | ba3bcbbf3f0ce8769acb6e84ac3aa8ac3a5c9694 (patch) | |
| tree | 6fe66f348d6cbab554bcace9a4c93f1558e263b2 /src/client/views/nodes/AudioBox.scss | |
| parent | 4eb2de2c53280104fc809bbd387ed97460312e69 (diff) | |
fixed more issues with audio Box - simplified decorations when selected. fixed dragging when not selected. added esc to stop dragging.
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
| -rw-r--r-- | src/client/views/nodes/AudioBox.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index 36cc22d79..93cdbbb09 100644 --- a/src/client/views/nodes/AudioBox.scss +++ b/src/client/views/nodes/AudioBox.scss @@ -4,7 +4,6 @@ height: 100%; position: inherit; display: flex; - pointer-events: all; position: relative; cursor: default; |
