aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinksView.scss
blob: cb5cef29c4a977348cb89df7628f09d13818ef5e (plain)
1
2
3
4
5
6
7
8
9
10
11
.collectionfreeformlinksview-svgCanvas{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    pointer-events: none;
  }
  .collectionfreeformlinksview-container {
    pointer-events: none;
  }