aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocHolderBox.scss
blob: 6a9ef0b6fbd9b34aacfe8ae23531226b38e11d30 (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;
    position: absolute;
    .documentBox-lock {
        margin: auto;
        color: white;
        position: absolute;
        padding: 3px;
    }
    .contentFittingDocumentView {
        position: absolute;
    }
}