diff options
| author | Mohammad Amoush <47069173+mamoush34@users.noreply.github.com> | 2020-02-09 13:47:44 -0500 |
|---|---|---|
| committer | Mohammad Amoush <47069173+mamoush34@users.noreply.github.com> | 2020-02-09 13:47:44 -0500 |
| commit | fe8c8415fbbc6f79e77e4e59fecfc6b647bf694d (patch) | |
| tree | ffedbe2935d8daf5f4a9bdab63e0e34ba2e8e293 /src/client/views/nodes/DocumentView.scss | |
| parent | 98e524e936b7ddf2e229be6c3a8646e9b8dcfac6 (diff) | |
| parent | b5f34c5e702c3796e0f346ee2887a92332db9778 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into webcam_mohammad
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; |
