Skip to content

Commit

Permalink
Do minor ui fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulyadav-57 committed Nov 30, 2023
1 parent 2348a99 commit 7b788bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/workspace/tree/FileTree/FileTree.module.scss
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
1 change: 1 addition & 0 deletions src/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ body {

*::-webkit-scrollbar {
width: 6px;
height: 6px;
background-color: #696969;
}

Expand Down

0 comments on commit 7b788bc

Please sign in to comment.