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