aboutsummaryrefslogtreecommitdiff
path: root/src/views/collections/CollectionFreeFormView.scss
blob: 870e48556eb2a34889bc8bf8efb762ce095686e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
.collectionfreeformview-container {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    .collectionfreeformview {
        position: absolute;
        top: 0;
        left: 0;
    }
}