aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinksView.scss
blob: 4341c82f735488be5394c4c71f6b21551529e77c (plain)
1
2
3
4
5
6
7
8
9
10
.collectionfreeformlinksview-svgCanvas{
    transform: translate(-10000px,-10000px);
    position: absolute;
    width: 20000px; 
    height: 20000px;
    pointer-events: none;
  }
  .collectionfreeformlinksview-container {
    pointer-events: none;
  }