diff options
| author | bobzel <zzzman@gmail.com> | 2022-11-09 12:22:04 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-11-09 12:22:04 -0500 |
| commit | 13002bb819e54f3e2f2d25c4b043abf1c15386bb (patch) | |
| tree | 50700b02f5e6c84b1cc47e9d737665ae12115580 /src/client/views/collections/CollectionTreeView.scss | |
| parent | b8d4b08716791246847d2a647a9df1f37508b87f (diff) | |
fixed treeViews again to make room for hover buttons properly. fixed copying text from pdf to highlight copied regions without always displaying anchor.
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.scss b/src/client/views/collections/CollectionTreeView.scss index 3785b7d61..273b08247 100644 --- a/src/client/views/collections/CollectionTreeView.scss +++ b/src/client/views/collections/CollectionTreeView.scss @@ -67,7 +67,8 @@ font-style: italic; font-size: 8pt; margin-left: 3px; - display: none; + opacity: 0; + pointer-events: none; } .collectionTreeView-contents { |
