From 19d6aa230d0e53a7f4794c28fddf5edd99b5af81 Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Wed, 10 May 2017 13:19:37 -0400 Subject: [PATCH] fix #347 --- client/styles/components/_sidebar.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/styles/components/_sidebar.scss b/client/styles/components/_sidebar.scss index 1ff504af..86efd929 100644 --- a/client/styles/components/_sidebar.scss +++ b/client/styles/components/_sidebar.scss @@ -53,7 +53,7 @@ } .sidebar__file-item { - height: #{20 / $base-font-size}rem; + // height: #{20 / $base-font-size}rem; font-size: #{12 / $base-font-size}rem; cursor: pointer; position: relative; @@ -68,6 +68,10 @@ } } +.sidebar__file-item--folder { + z-index: 1; +} + // to indent each row in the file tree // not sure how to do this in a better way // it won't work if the file tree is too nested