diff options
| author | bobzel <zzzman@gmail.com> | 2020-09-07 11:51:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-07 11:51:59 -0400 |
| commit | 57f38d12df47b4bc48ea484ea4023455ce5156a4 (patch) | |
| tree | dcc095b724a6f3fb4878244c78bf47d580f06e28 /src/client/views/collections/CollectionLinearView.tsx | |
| parent | 9a1fec81467e6d4b04c6e28d66b724aae92db826 (diff) | |
| parent | 53c03919a4c89b9e685d006dad948c65cc715831 (diff) | |
Merge pull request #696 from browngraphicslab/acls_uv
fixed bottom linking popup and others
Diffstat (limited to 'src/client/views/collections/CollectionLinearView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionLinearView.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionLinearView.tsx b/src/client/views/collections/CollectionLinearView.tsx index 9eaa02bf8..ea050011a 100644 --- a/src/client/views/collections/CollectionLinearView.tsx +++ b/src/client/views/collections/CollectionLinearView.tsx @@ -171,7 +171,8 @@ export class CollectionLinearView extends CollectionSubView(LinearDocument) { })} </div> {DocumentLinksButton.StartLink ? <span className="bottomPopup-background" style={{ - background: backgroundColor === color ? "black" : backgroundColor + background: backgroundColor === color ? "black" : backgroundColor, + pointerEvents: "all" }} onPointerDown={e => e.stopPropagation()} > <span className="bottomPopup-text" > |
