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

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

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