Skip to content

Commit d0d5f6c

Browse files
committed
Fix explorer height
1 parent 1993339 commit d0d5f6c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/webdoc-default-template/src/styles/explorer.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
background-color: $colorSheetSecondary;
66
display: flex;
77
flex-direction: column;
8-
padding-bottom: 8px;
98
margin: 0;
9+
min-height: 100%;
1010
max-height: 100%;
1111
min-width: 291px;
1212

@@ -18,6 +18,10 @@
1818
&__tree > *:first-child {
1919
margin-top: 8px;
2020
}
21+
22+
&__tree {
23+
margin-bottom: 8px;
24+
}
2125
}
2226

2327
/* This appears outside of .explorer when its closed. */

packages/webdoc-default-template/static/styles/index.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)