aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/css/fileview.css
blob: 4e24b331497f9c6e9e79ed41abbdfb45dd20ff07 (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, .switch, .settings {
    display: none;
}

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