aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocHolderBox.scss
blob: 3a27c16c198e1dd6b27b70645883d50fce12e335 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.documentBox-container {
    width: 100%;
    height: 100%;
    pointer-events: all;
    background: rgb(241, 239, 235);
    position: absolute;
    .documentBox-lock {
        margin: auto;
        color: white;
        position: absolute;
    }
    .contentFittingDocumentView {
        position: absolute;
    }
}