From 39eb4aae04fb2179610595130bd89408c81036f8 Mon Sep 17 00:00:00 2001 From: Kris Alcordo Date: Sat, 12 Mar 2022 23:30:12 -0500 Subject: [PATCH] client: Scroll Bar should not show unless necessary (#27) Co-authored-by: Kris Alcordo --- client/components/document/document.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/document/document.module.css b/client/components/document/document.module.css index a062e66..135f89c 100644 --- a/client/components/document/document.module.css +++ b/client/components/document/document.module.css @@ -6,7 +6,7 @@ display: flex; flex-direction: column; min-height: 400px; - overflow: scroll; + overflow: auto; } .fileNameContainer {