From 7b788bc1d2ba3faf69c716fc82c00d70217a5d38 Mon Sep 17 00:00:00 2001 From: Rahul Yadav Date: Thu, 30 Nov 2023 08:51:14 +0530 Subject: [PATCH] Do minor ui fixes --- src/components/workspace/tree/FileTree/FileTree.module.scss | 2 ++ src/styles/global.scss | 1 + 2 files changed, 3 insertions(+) diff --git a/src/components/workspace/tree/FileTree/FileTree.module.scss b/src/components/workspace/tree/FileTree/FileTree.module.scss index df9a1c2..0464e5a 100644 --- a/src/components/workspace/tree/FileTree/FileTree.module.scss +++ b/src/components/workspace/tree/FileTree/FileTree.module.scss @@ -1,6 +1,8 @@ .root { font-size: 0.9rem; cursor: pointer; + height: calc(100vh - 11rem); + overflow-y: auto; ul { list-style: none; padding-left: 0; diff --git a/src/styles/global.scss b/src/styles/global.scss index 941fd1b..aaa2adb 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -55,6 +55,7 @@ body { *::-webkit-scrollbar { width: 6px; + height: 6px; background-color: #696969; }