diff options
Diffstat (limited to 'src/main/resources/css/fileview.css')
-rw-r--r-- | src/main/resources/css/fileview.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/resources/css/fileview.css b/src/main/resources/css/fileview.css index 3f1a42b..9c52ac2 100644 --- a/src/main/resources/css/fileview.css +++ b/src/main/resources/css/fileview.css @@ -1,5 +1,4 @@ html, body { - max-width: 100vw; overflow: visible; } @@ -9,8 +8,6 @@ html, body { .prettyprint, .preview { position: absolute; - height: 100%; - max-width: 100vmin; border: none !important; overflow: visible; } |