diff options
| author | bobzel <zzzman@gmail.com> | 2019-04-11 01:05:12 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2019-04-11 01:05:12 -0400 |
| commit | e5411598c4d2ecc7a0b4d8584b576ff5f45ad2a0 (patch) | |
| tree | f0a10bb357d36186922482f1667e493b782c0ed5 /src/client/views/nodes/FormattedTextBox.scss | |
| parent | a006717f7a847c1a230a334fa645b7382aa067d2 (diff) | |
tried to fix some context menu and other conflicting interactions
Diffstat (limited to 'src/client/views/nodes/FormattedTextBox.scss')
| -rw-r--r-- | src/client/views/nodes/FormattedTextBox.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/FormattedTextBox.scss b/src/client/views/nodes/FormattedTextBox.scss index 32da2632e..d2ba52cf9 100644 --- a/src/client/views/nodes/FormattedTextBox.scss +++ b/src/client/views/nodes/FormattedTextBox.scss @@ -22,6 +22,7 @@ overflow-x: hidden; color: initial; height: 100%; + pointer-events: all; } .menuicon { |
