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/TreeView.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/TreeView.scss')
| -rw-r--r-- | src/client/views/collections/TreeView.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/collections/TreeView.scss b/src/client/views/collections/TreeView.scss index 83fee013a..7eab03e1d 100644 --- a/src/client/views/collections/TreeView.scss +++ b/src/client/views/collections/TreeView.scss @@ -173,7 +173,8 @@ .treeView-header:hover { .collectionTreeView-keyHeader { - display: inherit; + opacity: unset; + pointer-events: unset; } .treeView-openRight { |
