diff --git a/static/css/files.css b/static/css/files.css index e7894b4..9107b88 100644 --- a/static/css/files.css +++ b/static/css/files.css @@ -49,9 +49,9 @@ pre { font-size: 1am; padding: 10px; max-width: 800; - max-height: 800; - overflow-y: scroll; - overflow-x: scroll; + max-height: 10rem; + overflow-y: auto; + overflow-x: auto; border: none; border-radius: 1rem; }