diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-02-08 17:45:06 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-02-08 17:45:06 -0500 |
| commit | a6745426e4b6de39a17a722a377e44b5bcdd90bd (patch) | |
| tree | 18f5aaf68923f4b6517979386734854f68c5348d /src/client/views/nodes/DocumentView.scss | |
| parent | 1b046f76cf39f1f6cb1875aa84b45db74b6d994e (diff) | |
prevent clicks from passing into document contents when in time/pivot view
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index 2ce56c73d..b9045b11e 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -42,6 +42,14 @@ z-index: 1; } + .documentView-contentBlocker { + pointer-events: all; + position: absolute; + width: 100%; + height: 100%; + top: 0; + left: 0; + } .documentView-styleWrapper { position: absolute; display: inline-block; |
