diff options
| author | bobzel <zzzman@gmail.com> | 2021-09-25 12:30:35 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-09-25 12:30:43 -0400 |
| commit | e7e67ff7e3170b6eb5bf05ffe284ca08f4802459 (patch) | |
| tree | 6664bff6ba441d8f4a25c153b44802b0885ba13d /src/client/views/collections/collectionFreeForm | |
| parent | 2dd68246a8495344ca6887ed7cdb12a334a5b776 (diff) | |
added a hacky fix to what seems to be a Chrome bug when auto expanding the left flyout panel
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/MarqueeView.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx index 81f6307d1..24a7d77e0 100644 --- a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx +++ b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx @@ -646,8 +646,7 @@ export class MarqueeView extends React.Component<SubCollectionViewProps & Marque render() { return <div className="marqueeView" style={{ - overflow: //(!this.props.ContainingCollectionView && this.props.isAnnotationOverlay) ? "visible" : - StrCast(this.props.Document._overflow), + overflow: StrCast(this.props.Document._overflow), cursor: "hand" }} onDragOver={e => e.preventDefault()} |
