diff --git a/site/src/components/files-tree/style.styl b/site/src/components/files-tree/style.styl index afd5d78..5c1ea22 100644 --- a/site/src/components/files-tree/style.styl +++ b/site/src/components/files-tree/style.styl @@ -3,10 +3,11 @@ top 120px bottom 0px left 0 - overflow-y scroll + width 290px background #26283B color #ffffff user-select none + overflow hidden .search display block @@ -18,6 +19,13 @@ line-height 40px border-bottom 1px solid rgba(255, 255, 255, 0.2) +.inner + position absolute + top 40px + bottom 0 + left 0 + overflow-y scroll + .content padding-bottom 60px line-height 28px diff --git a/site/src/components/files-tree/template.html b/site/src/components/files-tree/template.html index 1b772f8..c99ab1b 100644 --- a/site/src/components/files-tree/template.html +++ b/site/src/components/files-tree/template.html @@ -1,5 +1,7 @@ -