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