From 094c00eab1ecb27cff0985bb2ab38fa3f00e9ec3 Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Sun, 28 May 2023 19:56:48 +0200 Subject: [PATCH] Update css --- static/css/files.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; }