diff options
author | Marvin Borner | 2019-04-17 22:51:05 +0200 |
---|---|---|
committer | Marvin Borner | 2019-04-17 22:51:05 +0200 |
commit | ff8f11091a530358ef600eedf00c21e90efe62d3 (patch) | |
tree | 5ec11bbcecb0b9c1f3db7fe91e8ff97943357a4d /src/main/resources/css/fileview.css | |
parent | 6051112b2811b197a32940a2aa7ffa48b7501ea0 (diff) |
Fixed and improved frontend
Co-authored-by: LarsVomMars <lars@kroenner.eu>
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; } |