diff options
| author | bobzel <zzzman@gmail.com> | 2020-09-08 23:32:41 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-09-08 23:32:41 -0400 |
| commit | 63296223883c1aa9018140abb951e16f614b4365 (patch) | |
| tree | a623ee82e12aabb0babca437bf33252f601ed695 /src/client/views/nodes/DocumentView.scss | |
| parent | f5c00261d8d936abdec22abfae94dd972c0f9e4a (diff) | |
fixed treeview to show pdf icons at proper size. fixed link anchors dots to not block pointer events from the rest of their document.
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index 2dd3bba91..430a1aa45 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -61,6 +61,7 @@ width: 100%; height: 100%; display: inline-block; + pointer-events: none; } .documentView-lock { |
