aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/css/fileview.css
blob: 855d17dd49ec47a9160f5dabe13aeb1d6abfdcda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
html, body {
    max-width: 100vw;
    overflow: visible;
}

.preview, .modify, .switch, .settings {
    display: none;
}

.prettyprint, .preview {
    position: absolute;
    height: 100%;
    max-width: 100vmin;
    border: none !important;
    overflow: visible;
}