diff options
| author | bobzel <zzzman@gmail.com> | 2023-11-14 22:08:00 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-11-14 22:08:00 -0500 |
| commit | 20dba0dcdea12b6a6246973cb578ab5639316bfa (patch) | |
| tree | 946d843fa01d1c311e315b94162c7dc2cf37835c /src/client/views/nodes/formattedText/FormattedTextBox.scss | |
| parent | 3817e7e380031a60b0d5cfe31bc350ca8f4f6056 (diff) | |
fixed pointer events with nested views in texst boxes. fixed
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss index 818c0cbe7..e6f24d99f 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.scss +++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss @@ -89,6 +89,7 @@ audiotag:hover { bottom: 0; width: 11; height: 11; + cursor: default; } .formattedTextBox-outer { |
